summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-14 13:12:56 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-14 13:12:56 +0000
commit5825359dd87a26d5daf7a604583baa0ab48cc543 (patch)
tree1eb6d5ca5ebd4c7e8159048d557264ecb2692486 /NEWS
parentb1085abaeb5f19dd76ac5650c9c8ec50c1e4db02 (diff)
* pack.c (pack_pack): support endian modifiers: < and >.
[ruby-dev:42376] Feature #3491 * pack.c (pack_unpack): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2d6e6df552..53f88ea001 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,8 @@ with all sufficient information, see the ChangeLog file.
* new constants:
* File::NULL
name of NULL device.
+ * extended methods:
+ * String#unpack supports endian modifiers
* String
* new methods:
@@ -44,6 +46,10 @@ with all sufficient information, see the ChangeLog file.
* extended methods:
* IO#putc supports multibyte characters
+ * Array
+ * extended methods:
+ * Array#pack supports endian modifiers
+
* io/console
* new methods:
* IO#noecho {|io| }