ruby-changes:46776
From: k0kubun <ko1@a...>
Date: Fri, 26 May 2017 00:43:53 +0900 (JST)
Subject: [ruby-changes:46776] k0kubun:r58892 (trunk): NEWS: Add entry for ERB#result_with_hash
k0kubun 2017-05-26 00:43:49 +0900 (Fri, 26 May 2017) New Revision: 58892 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58892 Log: NEWS: Add entry for ERB#result_with_hash See r58891. Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 58891) +++ NEWS (revision 58892) @@ -98,9 +98,11 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L98 * 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) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/