aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-14 08:53:27 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-14 08:53:27 +0000
commiteb15c01dafb9d84346fad8363d7f4e3c476b96a4 (patch)
tree8d440a5940de1525115c731af4d2eef92e9738c0
parent62fd58480c95af5a58b68d002e52a4ac15788f97 (diff)
downloadruby-eb15c01dafb9d84346fad8363d7f4e3c476b96a4.tar.gz
Add ticket numbers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fc074d0dac..52b31e5f39 100644
--- a/NEWS
+++ b/NEWS
@@ -18,11 +18,13 @@ with all sufficient information, see the ChangeLog file.
* Enumerable
* Enumerable#grep_v is added as inverse version of Enumerable#grep.
+ [Feature #11049]
* Numeric
* Numeric#positive? and Numeric#negative? are added, which return
true when the receiver is positive and negative respectively.
+ [Feature #11151]
* IO