ChangeLog reformatting and append ticket number.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kosaki 2013-03-10 23:03:52 +00:00
parent 1c47bd88c1
commit f407b14167

View File

@ -1,7 +1,8 @@
Thu Mar 7 10:42:28 2013 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* lib/thread.rb (Queue#push): return self.
* lib/thread.rb (Queue#clear): ditto.
* lib/thread.rb (Queue#clear): return self.
Patch by Cubing Cube. Thank you! [Bug #7947] [ruby-dev:47098]
* lib/thread.rb (Queue#push): ditto.
* lib/thread.rb (SizedQueue#push): ditto.
* test/thread/test_queue.rb: add tests for the above.