aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2008-08-24 14:34:47 +0200
committerMichael Koziarski <michael@koziarski.com>2008-08-24 14:34:47 +0200
commit33ed19f428953e2a372345e39ae2b37353a9e9da (patch)
treee3c3a3c54bb542717890050a3e3de787267ba1d5 /activerecord/CHANGELOG
parenteb2b81c766a6f9bf3c27ae0a494ae82956fb8555 (diff)
parente02f0dcc24f871d8429229db4219ee1e93636496 (diff)
downloadrails-33ed19f428953e2a372345e39ae2b37353a9e9da.tar.gz
rails-33ed19f428953e2a372345e39ae2b37353a9e9da.tar.bz2
rails-33ed19f428953e2a372345e39ae2b37353a9e9da.zip
Merge branch 'patches'
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 74a1239aeb..12295ac799 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* before_save, before_validation and before_destroy callbacks that return false will now ROLLBACK the transaction. Previously this would have been committed before the processing was aborted. #891 [Xavier Noria]
+
* Transactional migrations for databases which support them. #834 [divoxx, Adam Wiggins, Tarmo Tänav]
* Set config.active_record.timestamped_migrations = false to have migrations with numeric prefix instead of UTC timestamp. #446. [Andrew Stone, Nik Wakelin]