summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-25 15:43:49 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-25 15:43:49 +0000
commit20a82f8839581742438b526a6acda447c43add34 (patch)
treeb370c9c22922bb14b4c4dbf657c45d78f2a80eb5 /NEWS
parenteb1652b57171f5af5b667010c1721d5d29c5a437 (diff)
NEWS: Add entry for ERB#result_with_hash
See r58891. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index dfe841d2f4..5bfe01b3a0 100644
--- a/NEWS
+++ b/NEWS
@@ -98,9 +98,11 @@ with all sufficient information, see the ChangeLog file or Redmine
* RbConfig::LIMITS is added to provide the limits of C types.
* ERB
+ * Add ERB#result_with_hash to render a template with local variables passed
+ with a Hash object. [Feature #8631]
+
* Carriage returns are changed to be trimmed properly if trim_mode is specified
- and used. Duplicated newlines will be removed on Windows.
- [Bug #5339] [Bug #11464]
+ and used. Duplicated newlines will be removed on Windows. [Bug #5339] [Bug #11464]
=== Compatibility issues (excluding feature bug fixes)