aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorsho-h <sho-h@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-19 02:03:50 +0000
committersho-h <sho-h@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-19 02:03:50 +0000
commit64923ecb2d114b6ac1728c5a1b23de509e8bf654 (patch)
tree8bc57ba7f8d6242883320070cc030ac4497083cf /ChangeLog
parent68f4767c174cd8535b95c3c52ae922d6384b779a (diff)
downloadruby-64923ecb2d114b6ac1728c5a1b23de509e8bf654.tar.gz
* lib/shell.rb (Shell.debug_output_exclusive_unlock): remove
because Mutex#exclusive_unlock was already deleted. [fix GH-1185] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53583 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 35869687f7..87a86e0cbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jan 19 10:09:58 2016 Sho Hashimoto <sho-h@ruby-lang.org>
+
+ * lib/shell.rb (Shell.debug_output_exclusive_unlock): remove
+ because Mutex#exclusive_unlock was already deleted. [fix GH-1185]
+
Tue Jan 19 09:38:27 2016 Nick Cox <nick@nickcox.me>
* vm_method.c: fix grammar in respond_to? warning.