File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
### Upcoming Release v1.0.0 (TBD)
2
2
3
- ## Current Release v1.0.0.pre3 (29 September 2015)
3
+ ## Current Release v1.0.0.pre4 (08 October 2015)
4
+
5
+ * Adopted a project Code of Conduct
6
+ * Cleared interpreter warnings
7
+ * Fixed bug in ` ThreadPoolExecutor ` task count methods
8
+ * Fixed bug in 'LockFreeLinkedSet'
9
+ * Improved Java extension loading
10
+ * Handle Exception children in Edge::Future
11
+ * Continued improvements to channel
12
+
13
+ ### Release v1.0.0.pre3 (29 September 2015)
4
14
5
15
* Removed interpreter warnings.
6
16
* Shared constants now in ` lib/concurrent/constants.rb `
Original file line number Diff line number Diff line change 1
1
module Concurrent
2
- VERSION = '1.0.0.pre3 '
3
- EDGE_VERSION = '0.2.0.pre3 '
2
+ VERSION = '1.0.0.pre4 '
3
+ EDGE_VERSION = '0.2.0.pre4 '
4
4
end
You can’t perform that action at this time.
0 commit comments