aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
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
commit07736e3d7d4cf4c4411e5a238aa49f42237ed8db (patch)
tree8d440a5940de1525115c731af4d2eef92e9738c0 /NEWS
parent0b3ef899f200f4a54433d53f92fbf81f619c67d7 (diff)
downloadruby-07736e3d7d4cf4c4411e5a238aa49f42237ed8db.tar.gz
Add ticket numbers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-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