summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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| }