Skip to content

Commit

Permalink
Released v1.0.0.pre5
Browse files Browse the repository at this point in the history
  • Loading branch information
jdantonio committed Nov 5, 2015
1 parent c690eb7 commit c77fdbf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
### Upcoming Release v1.0.0 (TBD)

## Current Release v1.0.0.pre4 (08 October 2015)
## Current Release v1.0.0.pre5 (04 November 2015)

* Further updates and improvements to the synchronization layer.
* Performance and memory usage performance with `Actor` logging.
* Fixed `ThreadPoolExecutor` task count methods.
* Improved `Async` performance for both short and long-lived objects.
* Fixed bug in `LockFreeLinkedSet`.
* Fixed bug in which `Agent#await` triggered a validation failure.
* Further `Channel` updates.

### Release v1.0.0.pre4 (08 October 2015)

* Adopted a project Code of Conduct
* Cleared interpreter warnings
Expand Down
4 changes: 2 additions & 2 deletions lib/concurrent/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Concurrent
VERSION = '1.0.0.pre4'
EDGE_VERSION = '0.2.0.pre4'
VERSION = '1.0.0.pre5'
EDGE_VERSION = '0.2.0.pre5'
end

0 comments on commit c77fdbf

Please sign in to comment.