From 20a82f8839581742438b526a6acda447c43add34 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Thu, 25 May 2017 15:43:49 +0000 Subject: [PATCH] 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 --- NEWS | 6 ++++-- 1 file 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)