summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 09:12:14 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 09:12:14 +0000
commit0da34dbb26f3fc2770bd4e0c23ff99d00b4640b3 (patch)
treea787e4b4d2bd971ba6956aef5027321d4d1e1b07 /NEWS
parent91df3e9b742474215f18dfaa1f63f279341faf17 (diff)
Integer#allbits?, Integer#anybits?, Integer#nobits? [Feature #12753]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61147 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3b1e42fc75..41cdbd95c6 100644
--- a/NEWS
+++ b/NEWS
@@ -82,6 +82,7 @@ with all sufficient information, see the ChangeLog file or Redmine
[Bug #13420]
* Integer#pow now has an optional modulo argument for calculating modular
exponentiation. [Feature #12508] [Feature #11003]
+ * Integer#allbits?, Integer#anybits?, Integer#nobits? [Feature #12753]
* Kernel