summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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)