1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

NEWS: describe Integer#digits [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mrkn 2016-06-14 01:20:07 +00:00
parent 6965be6896
commit 78e8e21aea
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Mon Jun 14 10:19:00 2016 Kenta Murata <mrkn@mrkn.jp>
* NEWS: describe Integer#digits.
Mon Jun 13 21:09:40 2016 NARUSE, Yui <naruse@ruby-lang.org>
* thread.c (debug_deadlock_check): show thread lock dependency and

2
NEWS
View file

@ -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]