File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed
concurrent-ruby-edge/concurrent/edge
concurrent-ruby/concurrent Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 11## Current
22
3+ ## Release v1.1.6, edge v0.6.0 (10 Feb 2020)
4+
35concurrent-ruby:
46
5- * Concurrent.disable_at_exit_handlers! is no longer needed and was deprecated.
6- * AbstractExecutorService#auto_terminate= was deprecated and has no effect.
7+ * ( # 841 ) Concurrent.disable_at_exit_handlers! is no longer needed and was deprecated.
8+ * ( # 841 ) AbstractExecutorService#auto_terminate= was deprecated and has no effect.
79 Set : auto_terminate option instead when executor is initialized.
810
911## Release v1.1.6.pre1, edge v0.6.0.pre1 (26 Jan 2020)
1012
1113concurrent-ruby:
1214
13- * Allow to name executors, the name is also used to name their threads ( # 828 )
14- * Implement #dup and #clone for structs ( # 838 )
15- * Safer finalizers for thread local variables ( # 821 )
15+ * ( # 828 ) Allow to name executors, the name is also used to name their threads
16+ * ( # 838 ) Implement #dup and #clone for structs
17+ * ( # 821 ) Safer finalizers for thread local variables
1618* Documentation fixes
17- * Use Ruby's Etc.nprocessors if available ( # 814 )
18- * Fix directory structure not to mess with packaging tools ( # 812 )
19- * Fix termination of pools on JRuby ( # 840 )
19+ * ( # 814 ) Use Ruby's Etc.nprocessors if available
20+ * ( # 812 ) Fix directory structure not to mess with packaging tools
21+ * ( # 840 ) Fix termination of pools on JRuby
2022
2123concurrent-ruby-edge:
2224
Original file line number Diff line number Diff line change 11module Concurrent
2- EDGE_VERSION = '0.6.0.pre1 '
2+ EDGE_VERSION = '0.6.0'
33end
Original file line number Diff line number Diff line change 11module Concurrent
2- VERSION = '1.1.6.pre1 '
2+ VERSION = '1.1.6'
33end
You can’t perform that action at this time.
0 commit comments