diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-03-09 00:08:45 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-03-09 00:52:19 -0300 |
commit | db743ff459385a9131b059151d011c59e8e094be (patch) | |
tree | 2545a467f897715450616002f6ddc5369463d6a3 /activemodel | |
parent | 94b2c8c32d00e101b306875b86abf11b28b55699 (diff) | |
download | rails-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')
-rw-r--r-- | activemodel/CHANGELOG.md | 6 |
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* |