aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index ccc8e63a9d..0209cdf065 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Improve Text Helper test coverage. #7274 [Rob Sanheim, Josh Peek]
+
* Improve Action View test coverage. #7241, #7243, #7244 [Rich Collins]
* Resources: url_for([parent, child]) generates /parents/1/children/2 for the nested resource. Likewise with the other simply helpful methods like form_for and link_to. #6432 [mhw, Jonathan Vaught, lotswholetime]
@@ -562,7 +564,7 @@ superclass' view_paths. [Rick]
* Update Routing to complain when :controller is not specified by a route. Closes #6669. [Nicholas Seckar]
-* Ensure render_to_string cleans up after itself when an exception is raised. #6658 [rsanheim]
+* Ensure render_to_string cleans up after itself when an exception is raised. #6658 [Rob Sanheim]
* Extract template_changed_since? from compile_template? so plugins may override its behavior for non-file-based templates. #6651 [Jeff Barczewski]