We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d887e9 commit af282b7Copy full SHA for af282b7
CHANGELOG.md
@@ -1,8 +1,16 @@
1
## Current
2
3
-concurrent-ruby-edge:
+concurrent-ruby:
4
5
+* [Promises](http://ruby-concurrency.github.io/concurrent-ruby/Concurrent/Promises.html)
6
+ are moved from `concurrent-ruby-edge` to `concurrent-ruby`
7
+* Fix Map#each and #each_pair not returning enumerator outside of MRI (#644)
8
* (#659) Edge promises fail during error handling
9
+
10
+concurrent-ruby-edge:
11
12
+* Edge files clearly separated in `lib-edge`
13
+* added ReInclude
14
15
## Release v1.0.5, edge v0.3.1 (26 Feb 2017)
16
lib/concurrent/version.rb
@@ -1,4 +1,4 @@
module Concurrent
- VERSION = '1.0.5'
- EDGE_VERSION = '0.3.1'
+ VERSION = '1.1.0.pre1'
+ EDGE_VERSION = '0.4.0.pre1'
end
0 commit comments