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 1
1
## Current
2
2
3
+ ## Release v1.1.6, edge v0.6.0 (10 Feb 2020)
4
+
3
5
concurrent-ruby:
4
6
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.
7
9
Set : auto_terminate option instead when executor is initialized.
8
10
9
11
## Release v1.1.6.pre1, edge v0.6.0.pre1 (26 Jan 2020)
10
12
11
13
concurrent-ruby:
12
14
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
16
18
* 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
20
22
21
23
concurrent-ruby-edge:
22
24
Original file line number Diff line number Diff line change 1
1
module Concurrent
2
- EDGE_VERSION = '0.6.0.pre1 '
2
+ EDGE_VERSION = '0.6.0'
3
3
end
Original file line number Diff line number Diff line change 1
1
module Concurrent
2
- VERSION = '1.1.6.pre1 '
2
+ VERSION = '1.1.6'
3
3
end
You can’t perform that action at this time.
0 commit comments