From f9ca64368317a8cdfc59e6faf942030d245fb415 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 9 Apr 2017 05:09:44 +0000 Subject: thread.c: refine stream closed message * thread.c (Init_Thread): [EXPERIMENTAL] refine the "stream closed" special exception message, by explicating that it is caused by threading. [ruby-core:80583] [Bug #13405] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 93145942aa..ad76ac77cf 100644 --- a/NEWS +++ b/NEWS @@ -34,6 +34,10 @@ with all sufficient information, see the ChangeLog file or Redmine * IO#pread [Feature #4532] * IO#pwrite [Feature #4532] +* IOError + + * exception message "stream closed" is changed [Bug #13405] + * Regexp * Update Onigmo 6.1.1. * Support absent operator https://github.com/k-takata/Onigmo/issues/82 -- cgit v1.2.3