summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index b611e7c1c6..83f5ffcc65 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -1,3 +1,11 @@
+: Array#pack, String#unpack
+
+ allows comment in template strings.
+
+: Array#pack, String#unpack
+
+ new templates 'q' and 'Q' for 64bit integer (signed and unsigned respectively).
+
: Array#fill
takes block to get the values to fill.