* NEWS (Kernel#clone): mention freeze flag.  [Feature #12300]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2016-08-03 08:20:13 +00:00
Родитель e821f97451
Коммит 340805cfad
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -61,6 +61,11 @@ with all sufficient information, see the ChangeLog file or Redmine
* Integer#digits for extracting columns of place-value notation [Feature #12447]
* Kernel
* Kernel#clone now takes an optional keyword argument, freeze flag.
[Feature #12300]
* Regexp
* Regexp#match? [Feature #8110]