Skip to content

Commit 6d56839

Browse files
committed
v5.1.2
1 parent 6502ef8 commit 6d56839

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

1111

12+
## [5.1.2] - 2023-05-06
13+
14+
### Fixed
15+
- `Null safety: Cannot pass nullable value to not-nullable argument` with Haxe 4.3.x
16+
17+
1218
## [5.1.1] - 2023-04-02
1319

14-
- fixed `Unknown identifier : _pollPeriod`
20+
### Fixed
21+
- `Unknown identifier : _pollPeriod`
1522

1623

1724
## [5.1.0] - 2023-04-02

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.1",
14+
"version": "5.1.2",
1515
"dependencies": { }
1616
}

0 commit comments

Comments
 (0)