summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 0 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 668248501c..1602d901d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,12 +18,6 @@ Fri Jul 18 17:41:54 2014 GoGo tanaka <qlli.illb@gmail.com>
* test/matrix/test_matrix.rb: Add tests for Matrix class.
[Feature #10057][ruby-core:63809]
-Fri Jul 18 11:10:53 2014 Scott Francis <scott.francis@shopify.com>
-
- * enum.c (enum_any): optimize object allocations for Array and
- Hash when `each` is not redefined, always false if empty and the
- case without a block. [fix GH-671]
-
Fri Jul 18 10:14:42 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* lib/fileutils.rb: added missing options of FileUtils.touch by @Domon.