diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-07-17 10:02:23 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-07-17 10:02:23 +0000 |
commit | 33cf8f162e1ea2c10e6ba253b333f256802c3250 (patch) | |
tree | 2c4fca502c8afe64ead7fa9bc7849dab4f1fdc0d /activesupport/CHANGELOG | |
parent | 80cfa76f7de298b5eb3e2b971766c676e9e147b1 (diff) | |
download | rails-33cf8f162e1ea2c10e6ba253b333f256802c3250.tar.gz rails-33cf8f162e1ea2c10e6ba253b333f256802c3250.tar.bz2 rails-33cf8f162e1ea2c10e6ba253b333f256802c3250.zip |
Added Fixnum#ordinalize to turn 1.ordinalize to "1st", 3.ordinalize to "3rd", and 10.ordinalize to "10th" and so on #1724 [paul@cnt.org]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1852 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 7c2b000a1d..b8abb21a88 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,3 +1,8 @@ +*SVN* + +* Added Fixnum#ordinalize to turn 1.ordinalize to "1st", 3.ordinalize to "3rd", and 10.ordinalize to "10th" and so on #1724 [paul@cnt.org] + + *1.1.1* (11 July, 2005) * Added more efficient implementation of the development mode reset of classes #1638 [Chris McGrath] |