aboutsummaryrefslogtreecommitdiffstats
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
commit418904e6cafc7aa0c0a88b80d5452a580e6c2e88 (patch)
treeb370c9c22922bb14b4c4dbf657c45d78f2a80eb5 /NEWS
parent439cd7bf74e413f9b0bf581aa9ecf52d052dd085 (diff)
downloadruby-418904e6cafc7aa0c0a88b80d5452a580e6c2e88.tar.gz
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)