aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-03-09 00:08:45 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-03-09 00:52:19 -0300
commitdb743ff459385a9131b059151d011c59e8e094be (patch)
tree2545a467f897715450616002f6ddc5369463d6a3 /activemodel/CHANGELOG.md
parent94b2c8c32d00e101b306875b86abf11b28b55699 (diff)
downloadrails-db743ff459385a9131b059151d011c59e8e094be.tar.gz
rails-db743ff459385a9131b059151d011c59e8e094be.tar.bz2
rails-db743ff459385a9131b059151d011c59e8e094be.zip
Fix my name in the CHANGELOG to follow the convention
Also add missing entries and use the formating convention
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index a5f78bf5b7..d3ea4c85dc 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -2,14 +2,17 @@
* No changes.
+
## 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
@@ -23,6 +26,7 @@
* 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.0 (August 30, 2011) ##
* Alternate I18n namespace lookup is no longer supported.
@@ -51,7 +55,7 @@
* No changes.
-* Rails 3.0.6 (April 5, 2011)
+## Rails 3.0.6 (April 5, 2011) ##
* Fix when database column name has some symbolic characters (e.g. Oracle CASE# VARCHAR2(20)) #5818 #6850 *Robert Pankowecki, Santiago Pastorino*