aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorJohn Foley <john@thefol.io>2012-09-23 12:49:34 -0600
committerJohn Foley <john@thefol.io>2012-09-23 12:57:19 -0600
commitf31ea4df3ac760ab7ff18ea439e9a9ce9b8c625a (patch)
tree215ceca36da5efa52e800aba2bd8f62b1696b432 /activerecord/CHANGELOG.md
parent60c65ca8dfc197b83f3b74b7e6ddeede005d416b (diff)
downloadrails-f31ea4df3ac760ab7ff18ea439e9a9ce9b8c625a.tar.gz
rails-f31ea4df3ac760ab7ff18ea439e9a9ce9b8c625a.tar.bz2
rails-f31ea4df3ac760ab7ff18ea439e9a9ce9b8c625a.zip
Add CHANGELOG entry and update the guide
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
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