summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorayumin <ayumin@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-23 15:32:19 +0000
committerayumin <ayumin@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-23 15:32:19 +0000
commit212ea12e3addf10091bd7b6c85f4e11349363f92 (patch)
treea623a342fd14a59b0855659df0b1bfd675238582 /NEWS
parent1fd639393f171099a091b2f13fe9271ea8390d6c (diff)
add information of incompatibility about Prime.prime? [Bug #7395]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8bc0625f8a..d6a97dabda 100644
--- a/NEWS
+++ b/NEWS
@@ -111,6 +111,11 @@ with all sufficient information, see the ChangeLog file.
* Removed because it conflicts to minitest 5, and it was just an wrapper
of minitest 4. [Feature #9711]
+* Prime
+ * incompatible changes:
+ * Prime.prime? now returns false for negative numbers. This method
+ should not be used to know the number is composite or not. [Bug #7395]
+
=== Built-in global variables compatibility issues
=== C API updates