1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

NEWS: Kernel#clone [ci skip]

* 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
parent e821f97451
commit 340805cfad

5
NEWS
View file

@ -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]