summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-01 13:20:47 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-01 13:20:47 +0000
commitb6e137e93c5fe62f3f6dc1a0112a6c067d456f9b (patch)
treef7112b488569865bde733465608172bc79d620c2 /NEWS
parent0dd9c302d9374f52abb09662b554e4ee95011444 (diff)
Remove `offset:` from `Array#pack`
* pack.c (pack_pack): can use `@` instead of `offset:`. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 1 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2eb751cbab..12a72d4ffd 100644
--- a/NEWS
+++ b/NEWS
@@ -42,8 +42,7 @@ with all sufficient information, see the ChangeLog file or Redmine
Now takes multiple arguments.
* Array#pack [Feature #12754]
- Now takes optional arguments `buffer' and `offset' to reuse already
- allocated buffer.
+ Now takes optional argument `buffer:' to reuse already allocated buffer.
* Comparable