aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-05-06 05:53:27 +0200
committerJosé Valim <jose.valim@gmail.com>2011-05-06 05:53:58 +0200
commit41a6d96c1bced4a2e4cba20b8c209c52656f59cf (patch)
tree1ca2561350a95bdbdc34bfcf6d15b06130c36af3 /actionpack
parent7adfd02b3f81bafe7272cdca59239fc24165eb2f (diff)
downloadrails-41a6d96c1bced4a2e4cba20b8c209c52656f59cf.tar.gz
rails-41a6d96c1bced4a2e4cba20b8c209c52656f59cf.tar.bz2
rails-41a6d96c1bced4a2e4cba20b8c209c52656f59cf.zip
Update CHANGELOGs.
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 046b47cc32..2bb1461ec9 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -114,8 +114,6 @@ tested.
Keys are dasherized. Values are JSON-encoded, except for strings and symbols. [Stephen Celis]
-* Added render :once. You can pass either a string or an array of strings and Rails will ensure they each of them are rendered just once. [José Valim]
-
* Deprecate old template handler API. The new API simply requires a template handler to respond to call. [José Valim]
* :rhtml and :rxml were finally removed as template handlers. [José Valim]