aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-04 02:35:41 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-04 02:35:41 +0000
commitaca40b346932d1fdffad8f153dc1ab414be6e3bc (patch)
tree66e8bdb8ae93182a5f7026469f8749709f25926a /NEWS
parent8d25f96a94d86ced25a4c9032a2efb1e5b0a410d (diff)
downloadruby-aca40b346932d1fdffad8f153dc1ab414be6e3bc.tar.gz
NEWS: add Integer#pow(b, m)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61004 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 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