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 --- ChangeLog | 4 ++++ NEWS | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index bf84b77c4d..a474dff90b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Jun 14 10:19:00 2016 Kenta Murata + + * NEWS: describe Integer#digits. + Mon Jun 13 21:09:40 2016 NARUSE, Yui * thread.c (debug_deadlock_check): show thread lock dependency and 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