From 26aa26564d16b7830ea4889168adfad8468186b7 Mon Sep 17 00:00:00 2001 From: Fred Wu Date: Mon, 12 Nov 2012 09:15:18 +1100 Subject: [PATCH] Added Inflector#underscore fix to the changelog --- activesupport/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 9d26b8ba3e..331f6574ba 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,5 +1,9 @@ ## Rails 4.0.0 (unreleased) ## +* Fixed a bug in Inflector#underscore where acroynms are incorrectly parsed as camelCases. + + *Fred Wu* + * Fix deletion of empty directories in ActiveSupport::Cache::FileStore. *Charles Jones* -- GitLab