aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activesupport/CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 331f6574ba..c0dddd5b14 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,10 +1,11 @@
## Rails 4.0.0 (unreleased) ##
-* Fixed a bug in Inflector#underscore where acroynms are incorrectly parsed as camelCases.
+* Fixed a bug in `ActiveSupport::Inflector#underscore` where acroynms are
+ incorrectly parsed as camelCases.
*Fred Wu*
-* Fix deletion of empty directories in ActiveSupport::Cache::FileStore.
+* Fix deletion of empty directories in `ActiveSupport::Cache::FileStore`.
*Charles Jones*