summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-12 12:22:36 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-12 12:22:36 +0000
commitdc0d502b71496f15fc03e421cd60afbcb9102eac (patch)
tree1f028f3729f5e8e6efaabeced84de55d6f6a81e7 /NEWS
parent2bc2802096252be6b91be8ddbb29a635f9afbd10 (diff)
* pack.c (pack_{un,}pack): new template character `j` and `J`, pointer
with signed and unsigned integers. * NEWS: mention bout this featre. [Feature #11215] [ruby-dev:49015] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50849 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 7ac30e3f0a..cf10aae797 100644
--- a/NEWS
+++ b/NEWS
@@ -48,6 +48,10 @@ with all sufficient information, see the ChangeLog file.
* IO
* IO#close doesn't raise when the IO object is closed. [Feature #10718]
+* pack/unpack (Array/String)
+ * j and J directives for pointer width integer type. [Feature #11215]
+
+
=== Stdlib updates (outstanding ones only)
* Socket