aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index ad32f97222..51b4135886 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Simplfy #view_paths implementation. ActionView templates get the exact object, not a dup. [Rick]
+
* Update tests for ActiveSupport's JSON escaping change. [rick]
* FormHelper's auto_index should use #to_param instead of #id_before_type_cast. Closes #9994 [mattly]