diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-06-21 16:36:40 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-06-21 16:36:40 +0000 |
commit | 817744a7257caa83f05cf8952838abddd5ac90c6 (patch) | |
tree | 3aa7dd9371b8d12b5a3348d869bfa4e21008fb80 /activesupport/CHANGELOG | |
parent | a9fd639adf44cb17c6e3cd4f82d0025c8a7dcb64 (diff) | |
download | rails-817744a7257caa83f05cf8952838abddd5ac90c6.tar.gz rails-817744a7257caa83f05cf8952838abddd5ac90c6.tar.bz2 rails-817744a7257caa83f05cf8952838abddd5ac90c6.zip |
Added an exception if calling id on nil to WhinyNil #584 [kevin-temp@writesoon.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1472 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 2f8ae61559..961c912f01 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added an exception if calling id on nil to WhinyNil #584 [kevin-temp@writesoon.com] + * Added Fix/Bignum#multiple_of? which returns true on 14.multiple_of?(7) and false on 16.multiple_of?(7) #1464 [Thomas Fuchs] * Added even? and odd? to work with Bignums in addition to Fixnums #1464 [Thomas Fuchs] |