From d2adec438e2f70ea1228cefb5d592752cf720ac2 Mon Sep 17 00:00:00 2001 From: Nicholas Seckar Date: Mon, 30 Jan 2006 04:49:17 +0000 Subject: Ensure assigns are copied to the template when using render :update. Closes #3620. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3497 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack/CHANGELOG') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 3f85c38106..792480750c 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Ensure that the instance variables are copied to the template when performing render :update. [Nicholas Seckar] + * Add the ability to call JavaScriptGenerator methods from helpers called in update blocks. [Sam Stephenson] Example: module ApplicationHelper def update_time -- cgit v1.2.3