aboutsummaryrefslogtreecommitdiffstats
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
commit92d2cb408e1ec0356cb0651d57743f6cf26250bd (patch)
tree8e4520c4b6ad1fcba4c25989720b67b7776b0138 /NEWS
parenta7dfdedf7e78c1f1af16ec34fbecd6a5028e8794 (diff)
downloadruby-92d2cb408e1ec0356cb0651d57743f6cf26250bd.tar.gz
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