aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2005-07-19 12:58:01 +0000
committerNicholas Seckar <nseckar@gmail.com>2005-07-19 12:58:01 +0000
commit42723e3a0c74e25c45c0f763740a3115302da4ac (patch)
treef01b1d6c055a6b3051945f2aa4c23268e2dc32f6 /activesupport/CHANGELOG
parent83e2f6ae1e1d4c6863b7c0514d55d7641fbd7513 (diff)
downloadrails-42723e3a0c74e25c45c0f763740a3115302da4ac.tar.gz
rails-42723e3a0c74e25c45c0f763740a3115302da4ac.tar.bz2
rails-42723e3a0c74e25c45c0f763740a3115302da4ac.zip
Factor Fixnum and Bignum extensions into Integer class
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1863 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index a2402c9187..51abed18d9 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Factor Fixnum and Bignum extensions into Integer extensions [Nicholas Seckar]
+
* Hooked #ordinalize into Fixnum and Bignum classes. [Nicholas Seckar, danp]
* Added stripping of _id to humanize, so "employee_id" becomes "Employee" #1574 [Justin French]