aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-23 06:14:10 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-23 06:14:10 +0000
commit7fe3fd23b31b0d4209d4b042f24f26bb0632e08c (patch)
tree4fec2c20b9312d8ac6a0b4efe40547005739d0bd /actionpack/CHANGELOG
parent98fb9e5093decbaff5aea5fd25de53f2624ecff3 (diff)
downloadrails-7fe3fd23b31b0d4209d4b042f24f26bb0632e08c.tar.gz
rails-7fe3fd23b31b0d4209d4b042f24f26bb0632e08c.tar.bz2
rails-7fe3fd23b31b0d4209d4b042f24f26bb0632e08c.zip
Extended template caching to rxml and attempted to fix periodical caching issue [Stephan Kaes]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1902 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 860c35b768..a9ff040070 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -4,7 +4,7 @@
* Added support for per-action session management #1763
-* Improved rendering speed on complicated templates by up to 25% #1234 [Stephan Kaes]. This did necessasitate a change to the internals of ActionView#render_template that now has four parameters. Developers of custom view handlers (like Amrita) need to update for that.
+* Improved rendering speed on complicated templates by up to 100% (the more complex the templates, the higher the speedup) #1234 [Stephan Kaes]. This did necessasitate a change to the internals of ActionView#render_template that now has four parameters. Developers of custom view handlers (like Amrita) need to update for that.
* Added options hash as third argument to FormHelper#input, so you can do input('person', 'zip', :size=>10) #1719 [jeremye@bsa.ca.gov]