diff options
-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) ## |