aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarshad Sabne <harshadsabne@users.noreply.github.com>2013-10-22 23:09:46 +0530
committerHarshad Sabne <harshadsabne@users.noreply.github.com>2013-10-22 23:09:46 +0530
commit306651c7b3e9f6945c50bc13d0b9405ee7999069 (patch)
tree1eacec7bbedf24b374245c08aefadd41f04d467a
parent614b203e1d6a36b87fedd01fb35b1a3d53295754 (diff)
downloadrails-306651c7b3e9f6945c50bc13d0b9405ee7999069.tar.gz
rails-306651c7b3e9f6945c50bc13d0b9405ee7999069.tar.bz2
rails-306651c7b3e9f6945c50bc13d0b9405ee7999069.zip
Update 4_0_release_notes.md
Code Highlighted
-rw-r--r--guides/source/4_0_release_notes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/4_0_release_notes.md b/guides/source/4_0_release_notes.md
index c4ca1e921f..3790beccdf 100644
--- a/guides/source/4_0_release_notes.md
+++ b/guides/source/4_0_release_notes.md
@@ -165,9 +165,9 @@ Please refer to the [Changelog](https://github.com/rails/rails/blob/4-0-stable/a
### Notable changes
-* Replace deprecated `memcache-client` gem with `dalli` in ActiveSupport::Cache::MemCacheStore.
+* Replace deprecated `memcache-client` gem with `dalli` in `ActiveSupport::Cache::MemCacheStore`.
-* Optimize ActiveSupport::Cache::Entry to reduce memory and processing overhead.
+* Optimize `ActiveSupport::Cache::Entry` to reduce memory and processing overhead.
* Inflections can now be defined per locale. `singularize` and `pluralize` accept locale as an extra argument.