From 4466d4baa94bb23f0cfb9aa48252a5ce0b6a1976 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 8 Dec 2015 16:48:52 +0000 Subject: * 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 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') 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] -- cgit v1.2.3