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 986be3f commit d608a9eCopy full SHA for d608a9e
CHANGELOG.md
@@ -1,4 +1,11 @@
1
-## Current Release v1.0.1 (27 February 2016)
+## Current Release v1.0.2 (2 May 2016)
2
+
3
+* Fix bug with `Concurrent::Map` MRI backend `#inspect` method
4
+* Fix bug with `Concurrent::Map` MRI backend using `Hash#value?`
5
+* Improved documentation and examples
6
+* Minor updates to Edge
7
8
+### Release v1.0.1 (27 February 2016)
9
10
* Fix "uninitialized constant Concurrent::ReentrantReadWriteLock" error.
11
* Better handling of `autoload` vs. `require`.
lib/concurrent/version.rb
@@ -1,4 +1,4 @@
module Concurrent
- VERSION = '1.0.1'
- EDGE_VERSION = '0.2.1'
+ VERSION = '1.0.2'
+ EDGE_VERSION = '0.2.2'
end
0 commit comments