diff options
author | kosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-03-10 23:03:52 +0000 |
---|---|---|
committer | kosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-03-10 23:03:52 +0000 |
commit | f407b14167082c16a48a87fcb1272326d7640547 (patch) | |
tree | bf27c49c07c4756daf7a629ca8a9016ae1d4fa43 | |
parent | 1c47bd88c13a19ce0b0a184d6e552f4d26433ac4 (diff) |
ChangeLog reformatting and append ticket number.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,8 @@ Thu Mar 7 10:42:28 2013 KOSAKI Motohiro <[email protected]> - * 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. |