diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2012-08-03 11:00:20 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2012-08-03 11:00:20 -0300 |
commit | 5f9ae95e9be8d81ab37e02f97435f28d3aed6923 (patch) | |
tree | 5036170d467d7e0ff82b4eedcdb8e96224274db1 | |
parent | 469d8857988a88d404cec1e9b7a7896d6161324e (diff) | |
download | rails-5f9ae95e9be8d81ab37e02f97435f28d3aed6923.tar.gz rails-5f9ae95e9be8d81ab37e02f97435f28d3aed6923.tar.bz2 rails-5f9ae95e9be8d81ab37e02f97435f28d3aed6923.zip |
Add CHANGELOG entry
-rw-r--r-- | activesupport/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 045ac4cde6..78f50fec75 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,5 +1,7 @@ ## Rails 3.2.8 ## +* Fix ActiveSupport integration with Mocha > 0.12.1. *Mike Gunderloy* + * Reverted the deprecation of ActiveSupport::JSON::Variable. *Rafael Mendonça França* ## Rails 3.2.7 (Jul 26, 2012) ## |