summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-08 16:48:52 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-08 16:48:52 +0000
commit4466d4baa94bb23f0cfb9aa48252a5ce0b6a1976 (patch)
treed61fc43ac6427095b34d31f6e884ef4303e00b52 /NEWS
parentf679a6b10692729dbaa5248f1708e889143ed307 (diff)
* string.c (rb_str_init): now accepts new option parameter `encoding'.
[Feature #11785] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 80bd3cd683..5dd370ad39 100644
--- a/NEWS
+++ b/NEWS
@@ -132,6 +132,8 @@ with all sufficient information, see the ChangeLog file.
* String#+@ and String#-@ are added to get mutable/frozen strings.
[Feature #11782]
+ * String.new now accepts new option parameter `encoding'.
+
* Struct
* Struct#dig [Feature #11688]