File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
concurrent-ruby-edge/concurrent/edge
concurrent-ruby/concurrent Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 11## Current
22
3- ## Release v1.1.5, edge v0.5.0 (10 mar 2019)
3+ ## Release v1.1.6.pre1, edge v0.6.0.pre1 (26 Jan 2020)
4+
5+ concurrent-ruby:
6+
7+ * Allow to name executors, the name is also used to name their threads (#828 )
8+ * Implement #dup and #clone for structs (#838 )
9+ * Safer finalizers for thread local variables (#821 )
10+ * Documentation fixes
11+ * Use Ruby's Etc.nprocessors if available (#814 )
12+ * Fix directory structure not to mess with packaging tools (#812 )
13+ * Fix termination of pools on JRuby (#840 )
14+
15+ concurrent-ruby-edge:
16+
17+ * Add WrappingExecutor (#830 )
18+
19+ ## Release v1.1.5, edge v0.5.0 (10 Mar 2019)
420
521concurrent-ruby:
622
Original file line number Diff line number Diff line change 11module Concurrent
2- EDGE_VERSION = '0.5.0 '
2+ EDGE_VERSION = '0.6.0.pre1 '
33end
Original file line number Diff line number Diff line change 11module Concurrent
2- VERSION = '1.1.5 '
2+ VERSION = '1.1.6.pre1 '
33end
You can’t perform that action at this time.
0 commit comments