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

add a NEWS entry for r52917

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2015-12-07 16:30:31 +00:00
parent 59c3a2f8a9
commit 56367e25ee

5
NEWS
View file

@ -106,6 +106,11 @@ with all sufficient information, see the ChangeLog file.
* Regexp/String: Updated Unicode version from 7.0.0 to 8.0.0
* String
* String#+@ and String#- are added to get mutable/frozen strings.
[Feature #11782]
* Struct
* Struct#dig [Feature #11688]