From f31ea4df3ac760ab7ff18ea439e9a9ce9b8c625a Mon Sep 17 00:00:00 2001 From: John Foley Date: Sun, 23 Sep 2012 12:49:34 -0600 Subject: Add CHANGELOG entry and update the guide --- activerecord/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 04b67cdf3a..344ee6416d 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,9 @@ ## Rails 4.0.0 (unreleased) ## +* Allow before and after validations to take an array of lifecycle events + + *John Foley* + * Support for specifying transaction isolation level If your database supports setting the isolation level for a transaction, you can set -- cgit v1.2.3