aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-04-05 16:54:17 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-04-05 16:54:17 +0000
commitd08271e62f4cd5b3c42f3e385d9166f6e591cbaa (patch)
treed050396a511489eb180d3b38156d1db426916508 /activesupport/CHANGELOG
parent97e39fcb6418a5b1d5254ebb1059df796db21701 (diff)
downloadrails-d08271e62f4cd5b3c42f3e385d9166f6e591cbaa.tar.gz
rails-d08271e62f4cd5b3c42f3e385d9166f6e591cbaa.tar.bz2
rails-d08271e62f4cd5b3c42f3e385d9166f6e591cbaa.zip
Added Fixnum#even? and Fixnum#odd?
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1094 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 c323bd2ea5..792388d2b6 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added Fixnum#even? and Fixnum#odd?
+
* Fixed problem with classes being required twice. Object#const_missing now uses require_dependency to load files. It used to use require_or_load which would cause models to be loaded twice, which was not good for validations and other class methods #971 [Nicholas Seckar]