aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorJiri Pospisil <mekishizufu@gmail.com>2014-06-10 13:34:14 +0200
committerJiri Pospisil <mekishizufu@gmail.com>2014-06-10 13:52:36 +0200
commitf62ec6cb2de4a06779a06794be79669313563be3 (patch)
tree35772768964af587feb36745212f85b09cb3e02c /actionview/CHANGELOG.md
parent4b8d0b803f454058eb363a101b512b98e4ec198d (diff)
downloadrails-f62ec6cb2de4a06779a06794be79669313563be3.tar.gz
rails-f62ec6cb2de4a06779a06794be79669313563be3.tar.bz2
rails-f62ec6cb2de4a06779a06794be79669313563be3.zip
Fix cache_digest rake tasks
Bring cache_digests:* rake tasks up-to-date with the API changes introduced in 637bb726cac60aaa1f7e482836458aa73e17fbb7
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 147e5b47db..aaa9322c4e 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Bring `cache_digest` rake tasks up-to-date with the latest API changes
+
+ *Jiri Pospisil*
+
* Allow custom `:host` option to be passed to `asset_url` helper that
overwrites `config.action_controller.asset_host` for particular asset.