summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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