From 8145bdd1122edd55815404ff4cda313ec335434c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sat, 27 Oct 2018 11:15:55 +0200 Subject: [PATCH] Update change log. --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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