aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-02 18:59:01 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-02 18:59:01 +0000
commitc196db9527843979f884f331499f0b8963f99dcd (patch)
tree261a5634a7cd83e5747fde3b56c4690c46de6b62 /activesupport/CHANGELOG
parentb7f37d3ef99c512f02f0579836f573fa3beb7bb3 (diff)
downloadrails-c196db9527843979f884f331499f0b8963f99dcd.tar.gz
rails-c196db9527843979f884f331499f0b8963f99dcd.tar.bz2
rails-c196db9527843979f884f331499f0b8963f99dcd.zip
Fixed photo/photos #1583
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1615 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index aa9f5b887d..e425e4f3c5 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,6 +1,6 @@
*SVN*
-* Added new rules to the Inflector to deal with more unusual plurals mouse/louse => mice/lice, information => information, ox => oxen #1571 [foamdino@gmail.com]
+* Added new rules to the Inflector to deal with more unusual plurals mouse/louse => mice/lice, information => information, ox => oxen, photo => photos #1571, #1583 [foamdino@gmail.com]
* Fixed memory leak with Object#remove_subclasses_of, which inflicted a Rails application running in development mode with a ~20KB leak per request #1289 [c.r.mcgrath@gmail.com]