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.pre4 (08 October 2015)
3+ ## Current Release v1.0.0.pre5 (04 November 2015)
4+
5+ * Further updates and improvements to the synchronization layer.
6+ * Performance and memory usage performance with ` Actor ` logging.
7+ * Fixed ` ThreadPoolExecutor ` task count methods.
8+ * Improved ` Async ` performance for both short and long-lived objects.
9+ * Fixed bug in ` LockFreeLinkedSet ` .
10+ * Fixed bug in which ` Agent#await ` triggered a validation failure.
11+ * Further ` Channel ` updates.
12+
13+ ### Release v1.0.0.pre4 (08 October 2015)
414
515* Adopted a project Code of Conduct
616* Cleared interpreter warnings
Original file line number Diff line number Diff line change 11module Concurrent
2- VERSION = '1.0.0.pre4 '
3- EDGE_VERSION = '0.2.0.pre4 '
2+ VERSION = '1.0.0.pre5 '
3+ EDGE_VERSION = '0.2.0.pre5 '
44end
You can’t perform that action at this time.
0 commit comments