aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e4ed0f2328..2eb751cbab 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* Array#concat [Feature #12333]
Now takes multiple arguments.
+ * Array#pack [Feature #12754]
+ Now takes optional arguments `buffer' and `offset' to reuse already
+ allocated buffer.
+
* Comparable
* Comparable#clamp. [Feature #10594]