diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-07-04 15:15:13 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-07-04 15:15:13 +0000 |
commit | f5db702901408d7d74a3dec0cb6cdcaf987223dd (patch) | |
tree | a0aa84715e62b2598a8bef984e603aeb070d1324 /activesupport/CHANGELOG | |
parent | 930f33657c7264578bea198f65222471b8ab2d2e (diff) | |
download | rails-f5db702901408d7d74a3dec0cb6cdcaf987223dd.tar.gz rails-f5db702901408d7d74a3dec0cb6cdcaf987223dd.tar.bz2 rails-f5db702901408d7d74a3dec0cb6cdcaf987223dd.zip |
More inflector fixes #1599 [foamdino@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1662 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 a40c945721..2f9948eb0e 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, photo => photos, archive => archives #1571, #1583, #1490 [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 [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] |