File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 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)
2
18
3
19
concurrent-ruby:
4
20
Original file line number Diff line number Diff line change 1
1
module Concurrent
2
- VERSION = '1.0.4 '
3
- EDGE_VERSION = '0.3.0 '
2
+ VERSION = '1.0.5 '
3
+ EDGE_VERSION = '0.3.1 '
4
4
end
You can’t perform that action at this time.
0 commit comments