From b9e8643735fa287cc4acb04b4bedfd3468ae7a7c Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 10 May 2007 01:12:10 +0000 Subject: * thread.c (rb_thread_priority): rdoc fix; the initial value is inherited from the creating thread. [ruby-core:10607] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9e9cf0a53..1ddc778ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu May 10 10:13:14 2007 Nobuyoshi Nakada + + * thread.c (rb_thread_priority): rdoc fix; the initial value is + inherited from the creating thread. [ruby-core:10607] + Wed May 9 12:28:57 2007 Nobuyoshi Nakada * bignum.c (Init_Bignum), numeric.c (Init_Numeric): added fdiv as -- cgit