summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6aa434ff6a..9bb6b3bc98 100644
--- a/NEWS
+++ b/NEWS
@@ -72,6 +72,8 @@ with all sufficient information, see the ChangeLog file or Redmine
a step value which cannot be compared with #> to 0. [Feature #7688]
* Integer#{round,floor,ceil,truncate} now always return an Integer.
[Bug #13420]
+ * Integer#pow now has an optional modulo argument for calculating modular
+ exponentiation. [Feature #12508] [Feature #11003]
* Kernel