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:
parent
6965be6896
commit
78e8e21aea
2 changed files with 6 additions and 0 deletions
|
@ -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
2
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]
|
||||
|
|
Loading…
Add table
Reference in a new issue