aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-03-16 16:03:09 +0100
committerXavier Noria <fxn@hashref.com>2013-03-16 16:03:09 +0100
commite958eabeb145b98ca9556d6183b808880bb7308c (patch)
treefc746d37fae4513ab7be9054d827b3964fd48570 /activesupport
parent867dc1700f32aae6f98c4651bd501597e6b52bc0 (diff)
downloadrails-e958eabeb145b98ca9556d6183b808880bb7308c.tar.gz
rails-e958eabeb145b98ca9556d6183b808880bb7308c.tar.bz2
rails-e958eabeb145b98ca9556d6183b808880bb7308c.zip
revises the CHANGELOG entry from 26aa265 [ci skip]
Diffstat (limited to 'activesupport')
-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*