mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
eb1652b571
commit
20a82f8839
1 changed files with 4 additions and 2 deletions
6
NEWS
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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue