From 6c260768fd26d5e4cfc247ed0523986966daf17c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sun, 14 Apr 2019 10:09:35 +0200 Subject: [PATCH] Update change log. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dad624e..4b26d76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +1.6.3 - 2019 +================== + +- Added `ConnectionPool.removeUnused` to enable closing all unused connections - [pull #143][issue143] +- Fixes a potential range violation in `iterateDirectory`/`getFileInfo` - [pull #144][issue144] +- Fixes thread-safetly of `Task.join` and `Task.interrupt` when operating cross-thread - [pull #145][issue145] + +[issue143]: https://github.com/vibe-d/vibe-core/issues/143 +[issue144]: https://github.com/vibe-d/vibe-core/issues/144 +[issue145]: https://github.com/vibe-d/vibe-core/issues/145 + + 1.6.2 - 2019-03-26 ==================