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 c521491 commit 3724916Copy full SHA for 3724916
CHANGELOG.md
@@ -2,14 +2,15 @@
2
3
* Fixed a Rubiniux bug in synchronization object
4
* Fixed all unterpreter warnings (except circular references)
5
-* Fixed requires when requiring Atom alone
+* Fixed requires when requiring `Atom` alone
6
* Significantly improved `ThreadLocalVar` on non-JRuby platforms
7
* Fixed error handling in Edge `Concurrent.zip`
8
* `AtomicFixnum` methods `#increment` and `#decrement` now support optional delta
9
-* New AtomicFixnum#update` method
+* New `AtomicFixnum#update` method
10
* Minor optimizations in `ReadWriteLock`
11
* New `ReentrantReadWriteLock` class
12
* `ThreadLocalVar#bind` method is now public
13
+* Refactored many tests
14
15
## Current Release v0.9.0 (10 July 2015)
16
0 commit comments