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 /activerecord | |
parent | c134f24f8fafe6bf2b9378706655d4d5181d5e3c (diff) | |
download | rails-97e8d1d81942fc14376cc598e404d029bd90c5e0.tar.gz rails-97e8d1d81942fc14376cc598e404d029bd90c5e0.tar.bz2 rails-97e8d1d81942fc14376cc598e404d029bd90c5e0.zip |
CHANGELOG revision for v3.2.1
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index ccc3277e09..3cf2f6a4e9 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,9 +1,13 @@ -## Rails 3.2.1 (unreleased) ## +## Rails 3.2.1 (January 26, 2012) ## * The threshold for auto EXPLAIN is ignored if there's no logger. *fxn* +* Call `to_s` on the value passed to `table_name=`, in particular symbols + are supported (regression). *Sergey Nartimov* + * Fix possible race condition when two threads try to define attribute - methods for the same class. + methods for the same class. *Jon Leighton* + ## Rails 3.2.0 (January 20, 2012) ## |