aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-08-26 16:03:34 -0300
committerJosé Valim <jose.valim@gmail.com>2010-08-26 16:07:54 -0300
commitca1f3a5596bbb37833f4e924f409c802e93b7ca6 (patch)
tree8c1c11645938a08cba7e4848ae927aee71984c0c /actionpack/CHANGELOG
parent66ef92272c5d6519b425e73e500bbae1a75b348e (diff)
downloadrails-ca1f3a5596bbb37833f4e924f409c802e93b7ca6.tar.gz
rails-ca1f3a5596bbb37833f4e924f409c802e93b7ca6.tar.bz2
rails-ca1f3a5596bbb37833f4e924f409c802e93b7ca6.zip
Update CHANGELOG.
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG13
1 files changed, 11 insertions, 2 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 66141c1de7..d7cfad7d6b 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,6 +1,15 @@
-*Support routing constraints in functional tests. [Andrew White]
+* Symbols and strings in routes should yield the same behavior. Note this may break existing apps that were using symbols with the new routes API. [José Valim]
-*Add a header that tells Internet Explorer (all versions) to use the best available standards support. [Yehuda Katz]
+* 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]
+
+
+*Rails 3.0.0 [release candidate 2] (August 23rd, 2010)*
+
+* 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]
*Rails 3.0.0 [release candidate] (July 26th, 2010)*