aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-06-15 04:17:45 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-06-15 04:17:45 +0000
commitcb79118111f7d4354b946dc9f2bed6a57dc81956 (patch)
tree4bcf1680f2d514076b86928a09ff72904e68e4f4 /actionpack/CHANGELOG
parentac1fa98bb90d551b472b33a24a92ca8e7723ba42 (diff)
downloadrails-cb79118111f7d4354b946dc9f2bed6a57dc81956.tar.gz
rails-cb79118111f7d4354b946dc9f2bed6a57dc81956.tar.bz2
rails-cb79118111f7d4354b946dc9f2bed6a57dc81956.zip
Fixed double-singularization on scaffolded pagination call (Address would be turned into Addres) #1216, #1404 [nilsga]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1422 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 d968acd2f3..b965822efc 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed double-singularization on scaffolded pagination call (Address would be turned into Addres) #1216, #1404 [nilsga]
+
* Removed the require hack used by functional testing to work around an earlier bug in rake.
* Allow distance_of_time_in_words to work with any value that responds to #to_time (like dates) #969