Skip to content

Commit d608a9e

Browse files
Released 1.0.2
1 parent 986be3f commit d608a9e

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
## Current Release v1.0.1 (27 February 2016)
1+
## 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)
29

310
* Fix "uninitialized constant Concurrent::ReentrantReadWriteLock" error.
411
* Better handling of `autoload` vs. `require`.

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.1'
3-
EDGE_VERSION = '0.2.1'
2+
VERSION = '1.0.2'
3+
EDGE_VERSION = '0.2.2'
44
end

0 commit comments

Comments
 (0)