summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a19c17f6c3..18133b3642 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jan 29 06:40:02 2016 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
+
+ * thread.c (rb_thread_inspect): display @wait_for field if the
+ target thread is waiting for a mutex.
+
Thu Jan 28 01:01:20 2016 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* thread.c (rb_thread_inspect): make human readable.