summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
parent6965be6896b96369274db2c7e1acef7c8dc834d8 (diff)
NEWS: describe Integer#digits [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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]