From 07736e3d7d4cf4c4411e5a238aa49f42237ed8db Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 14 Jun 2015 08:53:27 +0000 Subject: [PATCH] Add ticket numbers. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 ++ 1 file changed, 2 insertions(+) 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