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
commit13b160d9a359ff3413afc503de58bb7a9cf789bd (patch)
tree4afa30d6e4cddef7c306b1fb0e1af78d02157619 /ChangeLog
parentc90997a86ca08b32865377600118d3227b541a73 (diff)
downloadruby-13b160d9a359ff3413afc503de58bb7a9cf789bd.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