aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-14 01:20:07 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-14 01:20:07 +0000
commit78e8e21aeafe1d2f459ffff3c27aba5587e195ba (patch)
tree2f993ea3b1d194e90ee3623c20f0191f52840fe2
parent6965be6896b96369274db2c7e1acef7c8dc834d8 (diff)
downloadruby-78e8e21aeafe1d2f459ffff3c27aba5587e195ba.tar.gz
NEWS: describe Integer#digits [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
2 files changed, 6 insertions, 0 deletions
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 <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
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]