diff options
author | Paco Guzman <fjguzman@aspgems.com> | 2011-12-18 22:42:36 +0100 |
---|---|---|
committer | Paco Guzman <pacoguzmanp@gmail.com> | 2012-02-25 13:50:08 +0100 |
commit | 152a393d4fc06fa3e7f6c8203fd937d671189be2 (patch) | |
tree | b4fae630ce5140ffab1e753961267a845d4369a5 /activemodel | |
parent | 862e27fbbb31923c1e56b669914b24a3073674b4 (diff) | |
download | rails-152a393d4fc06fa3e7f6c8203fd937d671189be2.tar.gz rails-152a393d4fc06fa3e7f6c8203fd937d671189be2.tar.bz2 rails-152a393d4fc06fa3e7f6c8203fd937d671189be2.zip |
Update changelogs with rails 3.0-stable branch info
Diffstat (limited to 'activemodel')
-rw-r--r-- | activemodel/CHANGELOG.md | 48 |
1 files changed, 47 insertions, 1 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index e4779c90d8..0d70edd0ba 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -2,6 +2,10 @@ * Trim down Active Model API by removing `valid?` and `errors.full_messages` *José Valim* +## 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 @@ -17,6 +21,23 @@ * 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. + You must add the gem explicitly to your Gemfile if you want use ActiveModel::SecurePassword: + + gem 'bcrypt-ruby', '~> 3.0.0' + + See GH #2687. *Guillermo Iguaran* + ## Rails 3.1.0 (August 30, 2011) ## * Alternate I18n namespace lookup is no longer supported. @@ -40,12 +61,37 @@ * Add support for selectively enabling/disabling observers *Myron Marston* +## Rails 3.0.12 (unreleased) ## + +* No changes. + + +## Rails 3.0.11 (November 18, 2011) ## + +* No changes. + + +## Rails 3.0.10 (August 16, 2011) ## + +* No changes. + + +## Rails 3.0.9 (June 16, 2011) ## + +* No changes. + + +## Rails 3.0.8 (June 7, 2011) ## + +* No changes. + + ## Rails 3.0.7 (April 18, 2011) ## * 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* |