aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
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*