From 97e8d1d81942fc14376cc598e404d029bd90c5e0 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Thu, 26 Jan 2012 14:28:48 -0800 Subject: CHANGELOG revision for v3.2.1 --- activerecord/CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'activerecord') 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) ## -- cgit v1.2.3