diff options
author | Cheah Chu Yeow <chuyeow@gmail.com> | 2010-12-29 19:35:33 +0800 |
---|---|---|
committer | Cheah Chu Yeow <chuyeow@gmail.com> | 2010-12-29 19:35:33 +0800 |
commit | a21a3d1f44b51910f535e30bff4fcb63f111392d (patch) | |
tree | dcfadd23e859374ed1ee343402f0f26b9c1fea62 /actionpack | |
parent | 60447d8b00c5181d2988c15c3d7f6ac3081fd04d (diff) | |
download | rails-a21a3d1f44b51910f535e30bff4fcb63f111392d.tar.gz rails-a21a3d1f44b51910f535e30bff4fcb63f111392d.tar.bz2 rails-a21a3d1f44b51910f535e30bff4fcb63f111392d.zip |
Remove link to outdated Github tag comparison in ActionPack changelog.
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
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] |