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 11### Upcoming Release v1.0.0 (TBD)
22
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)
414
515* Removed interpreter warnings.
616* Shared constants now in ` lib/concurrent/constants.rb `
Original file line number Diff line number Diff line change 11module 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 '
44end
You can’t perform that action at this time.
0 commit comments