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 )
22
33* 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
66* Significantly improved ` ThreadLocalVar ` on non-JRuby platforms
77* Fixed error handling in Edge ` Concurrent.zip `
88* ` AtomicFixnum ` methods ` #increment ` and ` #decrement ` now support optional delta
1212* ` ThreadLocalVar#bind ` method is now public
1313* Refactored many tests
1414
15- ## Current Release v0.9.0 (10 July 2015)
15+ ### Release v0.9.0 (10 July 2015)
1616
1717* Updated ` AtomicReference `
1818 - ` AtomicReference#try_update ` now simply returns instead of raising exception
Original file line number Diff line number Diff line change 11module Concurrent
2- VERSION = '0.9.0 '
3- EDGE_VERSION = '0.1.0 '
2+ VERSION = '0.9.1 '
3+ EDGE_VERSION = '0.1.1 '
44end
You can’t perform that action at this time.
0 commit comments