aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-05 12:35:02 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-05 12:35:02 +0000
commite6837deea5b8133db493102b7e885440cbad529c (patch)
treee2e1c07a50d9e1052793d07fa322da1121addb57
parentf77307d4cb2d063fc57f6d1eed5f46946a0d8a37 (diff)
downloadruby-e6837deea5b8133db493102b7e885440cbad529c.tar.gz
NEWS: mention chomp option of String and StringIO
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b215e2e6c1..8456189a28 100644
--- a/NEWS
+++ b/NEWS
@@ -159,8 +159,16 @@ with all sufficient information, see the ChangeLog file or Redmine
* String#concat, String#prepend [Feature #12333]
Now takes multiple arguments.
+ * String#each_line, String#lines now takes an optional keyword argument,
+ chomp flag. [Feature #12553]
+
* String#unpack1 [Feature #12752]
+* StringIO
+
+ * StringIO#gets, StringIO#readline, StringIO#each_line, StringIO#readlines now takes
+ an optional keyword argument, chomp flag. [Feature #12553]
+
* Symbol
* Symbol#casecmp? [Feature #12786]