aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorCheah Chu Yeow <chuyeow@gmail.com>2010-12-29 19:35:33 +0800
committerCheah Chu Yeow <chuyeow@gmail.com>2010-12-29 19:35:33 +0800
commita21a3d1f44b51910f535e30bff4fcb63f111392d (patch)
treedcfadd23e859374ed1ee343402f0f26b9c1fea62 /actionpack/CHANGELOG
parent60447d8b00c5181d2988c15c3d7f6ac3081fd04d (diff)
downloadrails-a21a3d1f44b51910f535e30bff4fcb63f111392d.tar.gz
rails-a21a3d1f44b51910f535e30bff4fcb63f111392d.tar.bz2
rails-a21a3d1f44b51910f535e30bff4fcb63f111392d.zip
Remove link to outdated Github tag comparison in ActionPack changelog.
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 93b29bcc3a..1a7b441b92 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -47,8 +47,6 @@
* Add clear_helpers as a way to clean up all helpers added to this controller, maintaing just the helper with the same name as the controller. [José Valim]
-* See http://github.com/rails/rails/compare/v3.0.0_RC...v3.0.0_RC2 for gory details
-
* Support routing constraints in functional tests. [Andrew White]
* Add a header that tells Internet Explorer (all versions) to use the best available standards support. [Yehuda Katz]