Skip to content

Commit 7a12328

Browse files
committed
v5.1.4
1 parent c2baffc commit 7a12328

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
## [Unreleased]
1010

1111

12+
## [5.1.4] - 2024-12-19
13+
14+
### Added
15+
- support threads on `jvm` target
16+
17+
1218
## [5.1.3] - 2023-05-07
1319

1420
### Fixed

haxelib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"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)",
1212
"contributors": ["vegardit"],
1313
"releasenote": "See https://github.com/vegardit/haxe-concurrent/blob/main/CHANGELOG.md",
14-
"version": "5.1.3",
14+
"version": "5.1.4",
1515
"dependencies": { }
1616
}

0 commit comments

Comments
 (0)