aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-01-26 14:28:48 -0800
committerXavier Noria <fxn@hashref.com>2012-01-26 14:28:48 -0800
commit97e8d1d81942fc14376cc598e404d029bd90c5e0 (patch)
treec72f864a09e73de5e19548185679d2adb288ff54 /activesupport
parentc134f24f8fafe6bf2b9378706655d4d5181d5e3c (diff)
downloadrails-97e8d1d81942fc14376cc598e404d029bd90c5e0.tar.gz
rails-97e8d1d81942fc14376cc598e404d029bd90c5e0.tar.bz2
rails-97e8d1d81942fc14376cc598e404d029bd90c5e0.zip
CHANGELOG revision for v3.2.1
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index db0832e741..bdae96e7f2 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,15 @@
+## Rails 3.2.1 (January 26, 2012) ##
+
+* Documentation fixes and improvements.
+
+* Update time zone offset information. *Ravil Bayramgalin*
+
+* The deprecated `ActiveSupport::Base64.decode64` calls `::Base64.decode64`
+ now. *Jonathan Viney*
+
+* Fixes uninitialized constant `ActiveSupport::TaggedLogging::ERROR`. *kennyj*
+
+
## Rails 3.2.0 (January 20, 2012) ##
* ActiveSupport::Base64 is deprecated in favor of ::Base64. *Sergey Nartimov*