aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3666aa4c34..439057a6e1 100644
--- a/NEWS
+++ b/NEWS
@@ -83,6 +83,11 @@ with all sufficient information, see the ChangeLog file or Redmine
* Integer#digits for extracting columns of place-value notation [Feature #12447]
+* IO
+
+ * IO#gets, IO#readline, IO#each_line, IO#readlines, IO#foreach now takes
+ an optional keyword argument, chomp flag.
+
* Kernel
* Kernel#clone now takes an optional keyword argument, freeze flag.