aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-05-19 08:28:15 +0900
committerRyuta Kamizono <kamipo@gmail.com>2017-05-19 08:29:55 +0900
commitb9b4fa9154e7c81ddb2bac4c5d53a9cb98c3351e (patch)
tree9370b73179c51cbc4530bc12956bcbaee873ea51 /activesupport
parent3f90e9e36fd1688739aae5f5c6d971b3d7444968 (diff)
downloadrails-b9b4fa9154e7c81ddb2bac4c5d53a9cb98c3351e.tar.gz
rails-b9b4fa9154e7c81ddb2bac4c5d53a9cb98c3351e.tar.bz2
rails-b9b4fa9154e7c81ddb2bac4c5d53a9cb98c3351e.zip
Cleanup CHANGELOGs [ci skip]
* Fix indentation. * Add backticks.
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 49ff2c88d0..c50c1902fe 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,5 @@
* Add support for versioned cache entries. This enables the cache stores to recycle cache keys, greatly saving
- on storage in cases with frequent churn. Works together with the separation of #cache_key and #cache_version
+ on storage in cases with frequent churn. Works together with the separation of `#cache_key` and `#cache_version`
in Active Record and its use in Action Pack's fragment caching.
*DHH*