aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2007-09-21 18:06:31 +0000
committerMichael Koziarski <michael@koziarski.com>2007-09-21 18:06:31 +0000
commit4e0fef46369e78dd0b326c506b3006915edddfd3 (patch)
tree304e2cab00818c82af60a720aa1ed1c8d016ce10 /actionpack/CHANGELOG
parent045aee89126f87b0519518c9735fe050cb907f23 (diff)
downloadrails-4e0fef46369e78dd0b326c506b3006915edddfd3.tar.gz
rails-4e0fef46369e78dd0b326c506b3006915edddfd3.tar.bz2
rails-4e0fef46369e78dd0b326c506b3006915edddfd3.zip
Forgotten changelog entry
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7527 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index facdeb56b1..f53bf22853 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Prevent errors when generating routes for uncountable resources, (i.e. sheep where plural == singluar). map.resources :sheep now creates sheep_index_url for the collection and sheep_url for the specific item. [Koz]
+
* Added support for HTTP Only cookies (works in IE6+ and FF 2.0.5+) as an improvement for XSS attacks #8895 [lifo/Spakman]
* Don't warn when a path segment precedes a required segment. Closes #9615. [Nicholas Seckar]