aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-02-28 20:39:21 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-02-28 20:39:21 +0000
commit6417cdd846dd387a75e672397fd118f4bc928485 (patch)
treecb0be00fee9551702bec45da6118ba60db13a627 /activerecord/CHANGELOG
parent4c7555aef78decb8f9d515be72741c273114bc21 (diff)
downloadrails-6417cdd846dd387a75e672397fd118f4bc928485.tar.gz
rails-6417cdd846dd387a75e672397fd118f4bc928485.tar.bz2
rails-6417cdd846dd387a75e672397fd118f4bc928485.zip
Fixed tests
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3708 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 d9af0c2157..ecad62c038 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that Base.save should always return false if the save didn't succeed, including if it has halted by before_save's #1861, #2477 [DHH]
+
* Speed up class -> connection caching and stale connection verification. #3979 [Stefan Kaes]
* Add set_fixture_class to allow the use of table name accessors with models which use set_table_name. [Kevin Clark]