diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-07-05 07:44:46 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-07-05 07:44:46 +0000 |
commit | f4c579e92e5d0787721ba958a571570c12563b11 (patch) | |
tree | e0bfd18107e720a83efd1aebb92a5d58794308a5 /activesupport/CHANGELOG | |
parent | 0e92f36d7506ebb7248d046e19299553edad6f53 (diff) | |
download | rails-f4c579e92e5d0787721ba958a571570c12563b11.tar.gz rails-f4c579e92e5d0787721ba958a571570c12563b11.tar.bz2 rails-f4c579e92e5d0787721ba958a571570c12563b11.zip |
More inflector fixes #1608
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1699 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 97cf400dfe..3d93b561b4 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -2,7 +2,7 @@ * Fixed conflict with Glue gem #1606 [Rick Olson] -* Added new rules to the Inflector to deal with more unusual plurals mouse/louse => mice/lice, information => information, ox => oxen, virus => viri, archive => archives #1571, #1583, #1490, #1599 [foamdino@gmail.com/others] +* Added new rules to the Inflector to deal with more unusual plurals mouse/louse => mice/lice, information => information, ox => oxen, virus => viri, archive => archives #1571, #1583, #1490, #1599, #1608 [foamdino@gmail.com/others] * 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] |