Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Aug 1, 2021
1 parent 3ec3071 commit 99b3b48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ 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`
- `int += AtomicInt` not working
- `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
Expand Down
2 changes: 1 addition & 1 deletion haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": { }
}

0 comments on commit 99b3b48

Please sign in to comment.