Skip to content

Commit 69e5adb

Browse files
committed
v5.1.0
1 parent 2457b1e commit 69e5adb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
12+
## [5.1.0] - 2023-04-02
13+
14+
### Added
15+
- [PR#26](https://github.com/vegardit/haxe-concurrent/pull/26) add `ThreadPool.pollPeriod` (thanks to [onehundredfeet](https://github.com/onehundredfeet))
16+
17+
1118
## [5.0.3] - 2023-02-17
1219

1320
### Changed

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

0 commit comments

Comments
 (0)