diff options
author | Xavier Noria <fxn@hashref.com> | 2012-01-26 14:28:48 -0800 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2012-01-26 14:28:48 -0800 |
commit | 97e8d1d81942fc14376cc598e404d029bd90c5e0 (patch) | |
tree | c72f864a09e73de5e19548185679d2adb288ff54 /activemodel | |
parent | c134f24f8fafe6bf2b9378706655d4d5181d5e3c (diff) | |
download | rails-97e8d1d81942fc14376cc598e404d029bd90c5e0.tar.gz rails-97e8d1d81942fc14376cc598e404d029bd90c5e0.tar.bz2 rails-97e8d1d81942fc14376cc598e404d029bd90c5e0.zip |
CHANGELOG revision for v3.2.1
Diffstat (limited to 'activemodel')
-rw-r--r-- | activemodel/CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index b722e70450..17adaa3ad2 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -1,3 +1,8 @@ +## 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 |