aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-09 15:04:54 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-09 15:04:54 +0000
commitd124dcf4eb245ced006ff4a3817322d8ecdbaea9 (patch)
treec628b6d7dc4de57dee45d5154c5d3665757ab4dd /ChangeLog
parent453c63c01bffcbf529689213d8b3a660928d2d3a (diff)
downloadruby-d124dcf4eb245ced006ff4a3817322d8ecdbaea9.tar.gz
* ext/pty/lib/expect.rb: raise an error when argument is unexpected
type. based on a patch from Luiz Angelo Daros de Luca in [ruby-core:23464]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73c25d4c0f..ee10726b23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Apr 9 23:58:58 2010 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * ext/pty/lib/expect.rb: raise an error when argument is unexpected
+ type. based on a patch from Luiz Angelo Daros de Luca in
+ [ruby-core:23464].
+
Fri Apr 9 23:57:35 2010 Yusuke Endoh <mame@tsg.ne.jp>
* ext/pty/lib/expect.rb: add rdoc. based on a patch from Luiz Angelo