diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-01-14 12:18:51 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-01-14 12:18:51 +0000 |
commit | 6714b39a133bb8da1b4f6f485f35494ff8ad87ab (patch) | |
tree | ee2140a7a424f9e57a0887de0eea4ef43b6167cf /activesupport/CHANGELOG | |
parent | b78458284bf0c7d5158181fd4d7e0a507f77edca (diff) | |
download | rails-6714b39a133bb8da1b4f6f485f35494ff8ad87ab.tar.gz rails-6714b39a133bb8da1b4f6f485f35494ff8ad87ab.tar.bz2 rails-6714b39a133bb8da1b4f6f485f35494ff8ad87ab.zip |
Document Inflector.ordinalize and merge docs from String inflections. Closes #7023.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5924 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 8d935ecac5..f26c99b7b7 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Document Inflector.ordinalize and merge docs from String inflections. #7023 [smeade] + * Unbundle flexmock. [Jeremy Kemper] * Fix Dependencies.autoloaded? to ignore anonymous modules. Closes #6561. [Nicholas Seckar] |