File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- ### Upcoming Release v0.9.1 (TBD )
1
+ ## Current Release v0.9.1 (09 August 2015 )
2
2
3
3
* Fixed a Rubiniux bug in synchronization object
4
- * Fixed all unterpreter warnings (except circular references)
5
- * Fixed requires when requiring ` Atom ` alone
4
+ * Fixed all interpreter warnings (except circular references)
5
+ * Fixed require statements when requiring ` Atom ` alone
6
6
* Significantly improved ` ThreadLocalVar ` on non-JRuby platforms
7
7
* Fixed error handling in Edge ` Concurrent.zip `
8
8
* ` AtomicFixnum ` methods ` #increment ` and ` #decrement ` now support optional delta
12
12
* ` ThreadLocalVar#bind ` method is now public
13
13
* Refactored many tests
14
14
15
- ## Current Release v0.9.0 (10 July 2015)
15
+ ### Release v0.9.0 (10 July 2015)
16
16
17
17
* Updated ` AtomicReference `
18
18
- ` AtomicReference#try_update ` now simply returns instead of raising exception
Original file line number Diff line number Diff line change 1
1
module Concurrent
2
- VERSION = '0.9.0 '
3
- EDGE_VERSION = '0.1.0 '
2
+ VERSION = '0.9.1 '
3
+ EDGE_VERSION = '0.1.1 '
4
4
end
You can’t perform that action at this time.
0 commit comments