summaryrefslogtreecommitdiff
path: root/doc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'doc/NEWS')
-rw-r--r--doc/NEWS12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 26dff87e3d..9eefb80f1a 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -1,3 +1,11 @@
+: String#to_i
+
+ Accepts optional base argument.
+
+: Integer#to_s
+
+ Accepts optional base argument.
+
: TCPServer#listen, UNIXServer#listen
Added.
@@ -14,10 +22,6 @@
if $/ == '\n', chops off last newlines (any of \n, \r, \r\n).
-: IO#puts
-
- do not treat Array specially.
-
: Module::new/Class::new
takes block.