aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-03-08 22:29:55 -0800
committerVijay Dev <vijaydev.cse@gmail.com>2012-03-08 22:29:55 -0800
commitacc7e5038500be7edf2afd00c34d081408af192a (patch)
treeffaca43b82143bda320d0994deaf37131137406f /activemodel/CHANGELOG.md
parent2741f2cd6de4922c7dfdeb03860ea6b5c5d4b3f8 (diff)
parentd80479063449fdc528696ff54d5f4edccd0ff9e8 (diff)
downloadrails-acc7e5038500be7edf2afd00c34d081408af192a.tar.gz
rails-acc7e5038500be7edf2afd00c34d081408af192a.tar.bz2
rails-acc7e5038500be7edf2afd00c34d081408af192a.zip
Merge pull request #5349 from rafaelfranca/changelog-fix
Fix my name in the CHANGELOG to follow the convention
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index b69d1de672..c6d8eae46c 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -6,10 +6,17 @@
* Trim down Active Model API by removing `valid?` and `errors.full_messages` *José Valim*
+
+## Rails 3.2.2 (March 1, 2012) ##
+
+* No changes.
+
+
## Rails 3.2.1 (January 26, 2012) ##
* No changes.
+
## Rails 3.2.0 (January 20, 2012) ##
* Deprecated `define_attr_method` in `ActiveModel::AttributeMethods`, because this only existed to
@@ -25,14 +32,17 @@
* Provide mass_assignment_sanitizer as an easy API to replace the sanitizer behavior. Also support both :logger (default) and :strict sanitizer behavior *Bogdan Gusiev*
+
## Rails 3.1.3 (November 20, 2011) ##
* No changes
+
## Rails 3.1.2 (November 18, 2011) ##
* No changes
+
## Rails 3.1.1 (October 7, 2011) ##
* Remove hard dependency on bcrypt-ruby to avoid make ActiveModel dependent on a binary library.
@@ -42,6 +52,7 @@
See GH #2687. *Guillermo Iguaran*
+
## Rails 3.1.0 (August 30, 2011) ##
* Alternate I18n namespace lookup is no longer supported.