diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2012-07-23 14:26:16 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2012-07-23 14:26:16 -0700 |
commit | 125dfdfcf7aa990d49817ef84202f6a374804882 (patch) | |
tree | df070962c494ea0e834eafb103016487e4b4f062 /activesupport | |
parent | 6b7d26cf3c061907aedc44f7f36776c9b36950fd (diff) | |
download | rails-125dfdfcf7aa990d49817ef84202f6a374804882.tar.gz rails-125dfdfcf7aa990d49817ef84202f6a374804882.tar.bz2 rails-125dfdfcf7aa990d49817ef84202f6a374804882.zip |
updating changelogs
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index d20e011f0a..4c5eaecdea 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,3 +1,11 @@ +## Rails 3.2.7 (unreleased) + +* Hash#fetch(fetch) is not the same as doing hash[key] +* adds a missing require [fixes #6896] +* make sure the inflection rules are loaded when cherry-picking active_support/core_ext/string/inflections.rb [fixes #6884] +* Merge pull request #6857 from rsutphin/as_core_ext_time_missing_require +* bump AS deprecation_horizon to 4.0 + ## Rails 3.2.6 (Jun 12, 2012) * No changes. |