Skip to content

Commit ae94aaf

Browse files
committed
changelog and version update
1 parent efa0a9d commit ae94aaf

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
## Current Release v1.0.4 (27 Dec 2016)
1+
## Release v1.0.5, edge v0.3.1 (1 Feb 2017)
2+
3+
concurrent-ruby:
4+
5+
* Documentation for Event and Semaphore
6+
* Use Unsafe#fullFence and #loadFence directly since the shortcuts were removed in JRuby
7+
* Do not depend on org.jruby.util.unsafe.UnsafeHolder
8+
9+
concurrent-ruby-edge:
10+
11+
* (#620) Actors on Pool raise an error
12+
* (#624) Delayed promises did not interact correctly with flatting
13+
* Fix arguments yielded by callback methods
14+
* Overridable default executor in promises factory methods
15+
* Asking actor to terminate will always resolve to `true`
16+
17+
## Release v1.0.4, edge v0.3.0 (27 Dec 2016)
218

319
concurrent-ruby:
420

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.4'
3-
EDGE_VERSION = '0.3.0'
2+
VERSION = '1.0.5'
3+
EDGE_VERSION = '0.3.1'
44
end

0 commit comments

Comments
 (0)