aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-17 03:21:35 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-17 03:21:35 +0000
commitd46e2aea718920f535c1dc701cbd6b85a8e1fcac (patch)
tree3921a08d4b5ab5f3334abf34b3e4670f7486107f /NEWS
parenta8f43986020ff906a99ba453521ab7c8b3f7e0d2 (diff)
downloadruby-d46e2aea718920f535c1dc701cbd6b85a8e1fcac.tar.gz
* string.c (rb_str_init): introduce String.new(capacity: size)
[Feature #12024] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fe1a4dde65..35d5bce51f 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* Dir.empty?. [Feature #10121]
+* String
+
+ * String.new(capacity: size) [Feature #12024]
+
=== Stdlib updates (outstanding ones only)
* CSV