diff --git a/CHANGELOG.md b/CHANGELOG.md index 86ff32d..56578a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ -1.4.4 - 2018-09-03 +1.4.4 - 2018-10-27 ================== - Compiler support updated to DMD 2.076.1 up to DMD 2.082.0 and LDC 1.6.0 up to 1.11.0 - [pull #92][issue92] +- Simplified worker task logic by avoiding an explicit event loop - [pull #95][issue95] - Fixed an issue in `WindowsPath`, where an empty path was converted to "/" when cast to another path type - [pull #91][issue91] +- Fixed two hang issues in `TaskPool` causing the worker task processing to possibly hang at shutdown or to temporarily hang during run time - [pull #96][issue96] [issue91]: https://github.com/vibe-d/vibe-core/issues/91 [issue92]: https://github.com/vibe-d/vibe-core/issues/92 +[issue95]: https://github.com/vibe-d/vibe-core/issues/95 +[issue96]: https://github.com/vibe-d/vibe-core/issues/96 1.4.3 - 2018-09-03