aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-09-09 08:54:02 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-09-09 08:54:02 +0000
commit0faca07056e2dd6284d79522614cb991a680d5d0 (patch)
treec4b49d733b35142b98d40cf9e89866631474e870 /activerecord/CHANGELOG
parent74896c0252bf76c159a40895a5dfe2e75ab112bf (diff)
downloadrails-0faca07056e2dd6284d79522614cb991a680d5d0.tar.gz
rails-0faca07056e2dd6284d79522614cb991a680d5d0.tar.bz2
rails-0faca07056e2dd6284d79522614cb991a680d5d0.zip
Fixed comparison of Active Record objects so two new objects are not equal #2099 [deberg]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2172 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 677cb46f50..d3690eb92f 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed comparison of Active Record objects so two new objects are not equal #2099 [deberg]
+
* Fixed that the SQL Server adapter would sometimes return DBI::Timestamp objects instead of Time #2127 [Tom Ward]
* Added the instance methods #root and #ancestors on acts_as_tree and fixed siblings to not include the current node #2142, #2140 [coffee2code]