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.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)
4
14
5
15
* Adopted a project Code of Conduct
6
16
* Cleared interpreter warnings
Original file line number Diff line number Diff line change 1
1
module 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 '
4
4
end
You can’t perform that action at this time.
0 commit comments