aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-17 06:36:42 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-17 06:36:42 +0000
commite2a87e8bc32c4c8797293281c4c82ed2e645124a (patch)
tree4afa30d6e4cddef7c306b1fb0e1af78d02157619 /ChangeLog
parent3ee156c7a39af290104c842cafb13aa985ed28c5 (diff)
downloadruby-e2a87e8bc32c4c8797293281c4c82ed2e645124a.tar.gz
test_range.rb: add Range#last assertions
* test/ruby/test_range.rb (test_first_last): Add assertions to test of `Range#last` with exclude_end true case. [Fix GH-970] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf4d308b44..6fd8185b41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jul 17 15:36:40 2015 yui-knk <spiketeika@gmail.com>
+
+ * test/ruby/test_range.rb (test_first_last): Add assertions to
+ test of `Range#last` with exclude_end true case. [Fix GH-970]
+
Fri Jul 17 09:59:14 2015 Eric Wong <e@80x24.org>
* thread.c (rb_thread_alone): simplify