aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-03-09 02:22:17 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-03-09 02:22:17 +0530
commitdb6542178cb175602c597e8c974c4585f8ef7e24 (patch)
treebd837608aaba8ccdf151e44a2d11096b25909944 /activemodel
parent188d1d27876018c492280059b3d721be9afcc231 (diff)
downloadrails-db6542178cb175602c597e8c974c4585f8ef7e24.tar.gz
rails-db6542178cb175602c597e8c974c4585f8ef7e24.tar.bz2
rails-db6542178cb175602c597e8c974c4585f8ef7e24.zip
changelog updates for Rails 4 [ci skip]
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index 42adbec8b9..b69d1de672 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -1,3 +1,5 @@
+## Rails 4.0.0 (unreleased) ##
+
* Added ActiveModel::Model, a mixin to make Ruby objects work with AP out of box *Guillermo Iguaran*
* `AM::Errors#to_json`: support `:full_messages` parameter *Bogdan Gusiev*