NEWS: indented heredoc [ci skip]

* NEWS: mention about indented here document.  [Feature #9098]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-12-08 03:08:33 +00:00
Родитель 45a6f6374a
Коммит 10952d16e6
1 изменённых файлов: 6 добавлений и 0 удалений

6
NEWS
Просмотреть файл

@ -14,6 +14,7 @@ with all sufficient information, see the ChangeLog file.
=== Language changes
* frozen-string-literal pragma:
* new pragma, frozen-string-literal has been experimentally introduced.
* besides, --enable/--disable=frozen-string-literal options also have
been introduced.
@ -37,6 +38,11 @@ with all sufficient information, see the ChangeLog file.
* attribute assignment is valid
obj&.attr += 1
* indented here document:
* new string literal, here document starts with `<<~`.
refer doc/syntax/literals.rdoc for more details.
=== Core classes updates (outstanding ones only)
* ARGF