aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2005-07-18 03:00:31 +0000
committerNicholas Seckar <nseckar@gmail.com>2005-07-18 03:00:31 +0000
commit2cdecff4d7fab760e5cca2f4f6c877c16bd7ab76 (patch)
treece230690c823814f865c6f6768dbffd2a7c41f61 /activesupport
parentdba6b8b46f93ed0116755bea17cfbce7ca6d7c72 (diff)
downloadrails-2cdecff4d7fab760e5cca2f4f6c877c16bd7ab76.tar.gz
rails-2cdecff4d7fab760e5cca2f4f6c877c16bd7ab76.tar.bz2
rails-2cdecff4d7fab760e5cca2f4f6c877c16bd7ab76.zip
Updating changelog to reflect [1855]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1856 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index f56f9cd51e..a2402c9187 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Hooked #ordinalize into Fixnum and Bignum classes. [Nicholas Seckar, danp]
+
* Added stripping of _id to humanize, so "employee_id" becomes "Employee" #1574 [Justin French]
* 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]