From 87e506da535118d77b58484a4e6e2d1cd9e13b53 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Mon, 26 Nov 2007 03:59:23 +0000 Subject: Add #prepend_view_path and #append_view_path instance methods on ActionController::Base for consistency with the class methods. [rick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8214 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 26b533b13c..53a8b17908 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add #prepend_view_path and #append_view_path instance methods on ActionController::Base for consistency with the class methods. [rick] + * Refactor sanitizer helpers into HTML classes and make it easy to swap them out with custom implementations. Closes #10129. [rick] * Add deprecation for old subtemplate syntax for ActionMailer templates, use render :partial [rick] -- cgit v1.2.3