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
This commit is contained in:
k0kubun 2017-05-25 15:43:49 +00:00
Родитель eb1652b571
Коммит 20a82f8839
1 изменённых файлов: 4 добавлений и 2 удалений

6
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)