File rubygem-in_threads.changes of Package rubygem-in_threads
-------------------------------------------------------------------
Tue Jan 25 07:04:24 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 1.6.0
see installed CHANGELOG.markdown
## v1.6.0 (2022-01-18)
* Fix return for shortcut `enum.in_threads{ break … }` vs `enum.in_threads.each{ break … }` [@toy](https://github.com/toy)
* Switch `each_with_object` to run in threads, unlike inject/reduce there is no contradiction, care should be taken if passed object is not thread safe [@toy](https://github.com/toy)
* Switch `to_h` (ruby >= 2.6) and `to_set` to run in threads, they accept block to apply before creating Hash and Set respectively [@toy](https://github.com/toy)
* Register `compact` added in 3.1 to run without threads (as it doesn't accept block) [@toy](https://github.com/toy)
-------------------------------------------------------------------
Sun May 17 09:57:51 UTC 2020 - Stasiek Michalski <stasiek@michalski.cc>
- Initial package