From b140b77926a6e62228f1152157d0348ff5724f89 Mon Sep 17 00:00:00 2001 From: marcandre Date: Sat, 8 May 2010 04:49:53 +0000 Subject: * array.c (rb_ary_fetch, rb_ary_splice, rb_ary_store): Improve IndexError messages [ruby-core:28394] * hash.c (rb_hash_fetch_m): Improve KeyError message git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27670 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9ade4b72ca..2f5dd92a30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat May 8 13:48:31 2010 Marc-Andre Lafortune + + * array.c (rb_ary_fetch, rb_ary_splice, rb_ary_store): Improve + IndexError + messages [ruby-core:28394] + + * hash.c (rb_hash_fetch_m): Improve KeyError message + Sat May 8 13:11:28 2010 Nobuyoshi Nakada * lib/rubygems/user_interaction.rb (Gem::StreamUI#ask_for_password): -- cgit v1.2.3