diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e0be6d..e0c6cdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [3.0.1] - 2021-08-01 + ### Fixed - Haxe 4.2 support - compilation error: `EventListenable.hx:36: characters 30-41 : { remove : (hx.concurrent.event.AbstractEventListenable.EVENT -> Void) -> Bool } has no field addIfAbsent` @@ -15,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Threads.current` and `RLock` not working on HashLink - potential race condition when executing `BackgroundProcess` - Warning `untyped __php__ is deprecated.` +- Warning `__js__ is deprecated, use js.Syntax.code instead` ## [3.0.0] - 2020-04-21 diff --git a/haxelib.json b/haxelib.json index fc36a9b..4622929 100644 --- a/haxelib.json +++ b/haxelib.json @@ -11,6 +11,6 @@ "description": "A haxelib with cross-platform concurrency functions and classes (thread-pool, task executor/scheduler, re-entrant lock, semaphore, atomic int/bool, thread-safe collections/queues)", "contributors": ["vegardit"], "releasenote": "See https://github.com/vegardit/haxe-concurrent/blob/main/CHANGELOG.md", - "version": "3.0.0", + "version": "3.0.1", "dependencies": { } }