From 78e8e21aeafe1d2f459ffff3c27aba5587e195ba Mon Sep 17 00:00:00 2001 From: mrkn Date: Tue, 14 Jun 2016 01:20:07 +0000 Subject: NEWS: describe Integer#digits [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 673ad1577b..3d96b4194c 100644 --- a/NEWS +++ b/NEWS @@ -54,6 +54,8 @@ with all sufficient information, see the ChangeLog file or Redmine * Fixnum and Bignum are unified into Integer [Feature #12005] + * Integer#digits for extracting columns of place-value notation [Feature #12447] + * Regexp * Regexp#match? [Feature #8110] -- cgit v1.2.3