diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-01-02 18:51:13 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-01-02 18:51:13 -0300 |
commit | f4dc7e3676a3a68d92772b5a466d54e430aa7b6a (patch) | |
tree | 7b1e4403729568e6911e9de800709a7fea48344c /activesupport | |
parent | 970c10cee5a4051739922f8b3ed1e5f73e0d4fe1 (diff) | |
download | rails-f4dc7e3676a3a68d92772b5a466d54e430aa7b6a.tar.gz rails-f4dc7e3676a3a68d92772b5a466d54e430aa7b6a.tar.bz2 rails-f4dc7e3676a3a68d92772b5a466d54e430aa7b6a.zip |
Add release date of 3.2.10
Fix format and wrong changelog entry
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 834dff60c9..2278c04f0d 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -19,7 +19,11 @@ *Daniele Sluijters* -## Rails 3.2.10 ## + +## Rails 3.2.10 (Jan 2, 2013) ## + +* No changes. + ## Rails 3.2.9 (Nov 12, 2012) ## @@ -39,6 +43,7 @@ * Add %:z and %::z format string support to ActiveSupport::TimeWithZone#strftime. [fixes #6962] *kennyj* + ## Rails 3.2.8 (Aug 9, 2012) ## * Fix ActiveSupport integration with Mocha > 0.12.1. *Mike Gunderloy* @@ -47,6 +52,7 @@ * ERB::Util.html_escape now escapes single quotes. *Santiago Pastorino* + ## Rails 3.2.7 (Jul 26, 2012) ## * Hash#fetch(fetch) is not the same as doing hash[key] @@ -59,10 +65,12 @@ * bump AS deprecation_horizon to 4.0 + ## Rails 3.2.6 (Jun 12, 2012) ## * No changes. + ## Rails 3.2.5 (Jun 1, 2012) ## * ActiveSupport::JSON::Variable is deprecated. Define your own #as_json and #encode_json methods |