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 db41a52 commit 416267aCopy full SHA for 416267a
CHANGELOG.md
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
9
## [Unreleased]
10
11
+
12
+## [2.0.1] - 2018-10-23
13
14
### Fixed
15
- class hx.concurrent.lock.RWLock not working on JS target
16
- workaround for HL on Haxe 3.4 which is missing native thread support
haxelib.json
@@ -9,6 +9,6 @@
"vegardit"
],
"releasenote": "See https://github.com/vegardit/haxe-concurrent/blob/master/CHANGELOG.md",
- "version": "2.0.0",
+ "version": "2.0.1",
"dependencies": { }
}
0 commit comments