From 5dad437e10ea10c1c1621372e34bd7f58bc3abd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Mon, 26 Feb 2018 20:48:39 +0100 Subject: [PATCH] Update change log. --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d5daa..115b51f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +1.4.0 - 2017-02- +================== + +- Compiles on DMD 2.072.2 up to 2.078.3 +- Uses the stdx-allocator package instead of `std.experimental.allocator` - note that this change requires version 0.8.3 of vibe-d to be used +- Added `TCPConnection.waitForDataAsync` to enable temporary detachment of a TCP connection from a fiber (by Francesco Mecca) - [pull #62][issue62] +- Fixed `TCPConnection.leastSize` to return numbers greater than one (by Pavel Chebotarev aka nexor) - [pull #52][issue52] +- Fixed a task scheduling assertion happening when worker tasks and timers were involved - [issue #58][issue58], [pull #60][issue60] + +[issue52]: https://github.com/vibe-d/vibe-core/issues/52 +[issue58]: https://github.com/vibe-d/vibe-core/issues/58 +[issue60]: https://github.com/vibe-d/vibe-core/issues/60 +[issue62]: https://github.com/vibe-d/vibe-core/issues/62 + + 1.3.0 - 2017-12-03 ==================