aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorZuhao Wan <wanzuhao@gmail.com>2014-06-09 22:45:46 +0800
committerZuhao Wan <wanzuhao@gmail.com>2014-06-12 18:49:40 +0800
commita1dbb4e7e0a580e013423c7adf8ba3127c4c59e0 (patch)
tree1a6065836115a0592c89fd09dd6363a49466aa91 /actionview/CHANGELOG.md
parenta5c12cbd3c0e9b392edb9e4eb13dcdd256327acd (diff)
downloadrails-a1dbb4e7e0a580e013423c7adf8ba3127c4c59e0.tar.gz
rails-a1dbb4e7e0a580e013423c7adf8ba3127c4c59e0.tar.bz2
rails-a1dbb4e7e0a580e013423c7adf8ba3127c4c59e0.zip
Add unregister_template_handler to prevent leaks.
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 147e5b47db..105ebb0984 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Add `ActionView::Template::Handler.unregister_template_handler`.
+
+ It performs the opposite of `ActionView::Template::Handler.register_template_handler`.
+
+ *Zuhao Wan*
+
* Allow custom `:host` option to be passed to `asset_url` helper that
overwrites `config.action_controller.asset_host` for particular asset.