diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-06-21 07:18:31 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-06-21 07:18:31 +0000 |
commit | c88ce046621b77e6d39ae60edd4996066414801a (patch) | |
tree | b320e7416b7289bfe67d0e730a5c1777039c456a /activesupport | |
parent | c608ebeade50d3e87e750486e4949e8c3bdf1549 (diff) | |
download | rails-c88ce046621b77e6d39ae60edd4996066414801a.tar.gz rails-c88ce046621b77e6d39ae60edd4996066414801a.tar.bz2 rails-c88ce046621b77e6d39ae60edd4996066414801a.zip |
changelog message
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1466 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index e33746f82b..2f8ae61559 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,9 @@ *SVN* +* 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] + * Fixed Time#at_beginning_of_week returned the next Monday instead of the previous one when called on a Sunday #1403 [jean.helou@gmail.com] * Increased the speed of indifferent hash access by using Hash#default. #1436 [Nicholas Seckar] |