aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorJoão Britto <jabcalves@gmail.com>2014-01-09 20:47:14 -0200
committerJoão Britto <jabcalves@gmail.com>2014-01-09 20:47:14 -0200
commite987dcd78f6fa21d4a6c3a10f2347c80145bac40 (patch)
tree1158682e3b1b522414af8b29c794b092861973ec /actionview/CHANGELOG.md
parentccbba3ff50a7c2d6523f55f7821aabdb89fc5d45 (diff)
downloadrails-e987dcd78f6fa21d4a6c3a10f2347c80145bac40.tar.gz
rails-e987dcd78f6fa21d4a6c3a10f2347c80145bac40.tar.bz2
rails-e987dcd78f6fa21d4a6c3a10f2347c80145bac40.zip
Update changelog
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index a57da72d8c..19877ca8cb 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,10 @@
+* Improved ERB dependency detection. New argument types and formattings for the `render`
+ calls can be matched.
+
+ Fixes #13074 and #13116
+
+ *João Britto*
+
* Use `display:none` instead of `display:inline` for hidden fields
Fixes #6403