summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-12 15:39:10 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-12 15:39:10 +0000
commit89230e7ca3608703dfad5829b42f3e78518549f2 (patch)
treeccdbf08e808a7d765aa1b0f4169203400480a75a /ChangeLog
parent9d8f62d55ebec188b9d86db198893dade255af90 (diff)
test_array.rb: do not assume stable sort
* test/ruby/test_array.rb (test_sort_bang_with_freeze): make a clone to copy a <=> singleton method, instead of dup. which element will be called is not predictable. [ruby-core:76088] [Bug #12509] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56410 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 06407259d5..769c0f12ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Oct 13 00:39:08 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * test/ruby/test_array.rb (test_sort_bang_with_freeze): make a
+ clone to copy a <=> singleton method, instead of dup. which
+ element will be called is not predictable.
+ [ruby-core:76088] [Bug #12509]
+
Thu Oct 13 00:21:27 2016 Simon Soriano <simon0191@gmail.com>
* doc/extension.rdoc: Replace "You can defined hooked variables"