Skip to content

Commit c77fdbf

Browse files
committed
Released v1.0.0.pre5
1 parent c690eb7 commit c77fdbf

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
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

lib/concurrent/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
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'
44
end

0 commit comments

Comments
 (0)