summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-01 14:18:32 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-01 14:18:32 +0000
commit306f43acfef7959a9a41a13ce627b2493eb8993e (patch)
tree6f4622f4e7dcca09b6ac3ce4d9ddf34637202b22 /NEWS
parentb6e137e93c5fe62f3f6dc1a0112a6c067d456f9b (diff)
String#unpack1 [Feature #12752]
Returns the first value of String#unpack. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56959 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 12a72d4ffd..b215e2e6c1 100644
--- a/NEWS
+++ b/NEWS
@@ -159,6 +159,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* String#concat, String#prepend [Feature #12333]
Now takes multiple arguments.
+ * String#unpack1 [Feature #12752]
+
* Symbol
* Symbol#casecmp? [Feature #12786]