summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-06 03:29:22 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-06 03:29:22 +0000
commit7ee588849067c0e64da244873d3bb28cef64fb80 (patch)
tree8e4520c4b6ad1fcba4c25989720b67b7776b0138 /NEWS
parenteb6d1cfc9e0273509b117a4130eb8b49a5959518 (diff)
add a ticket number [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 64eb99e8b0..47c1539079 100644
--- a/NEWS
+++ b/NEWS
@@ -92,7 +92,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* IO
* IO#gets, IO#readline, IO#each_line, IO#readlines, IO#foreach now takes
- an optional keyword argument, chomp flag.
+ an optional keyword argument, chomp flag. [Feature #12553]
* Kernel