From 4dd45b3fdc1f59cc573a91a319d671a3efba64ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Fri, 28 Dec 2018 14:08:42 +0100 Subject: [PATCH] Update change log. --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8acd53a..ca8fa17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +1.4.6 - 2018-12-28 +================== + +- Added `FileStream.truncate` - [pull #113][issue113] +- Using `MonoTime` instead of `Clock` for timeout functionality (by Hiroki Noda aka kubo39) - [pull #112][issue112] +- Fixed `UDPConnection.connect` to handle the port argument properly (by Mathias L. Baumann aka Marenz) - [pull #108][issue108] +- Fixed a bogus assertion failure in `TCPConnection.waitForData` when the connection gets closed concurrently (by Jan Jurzitza aka WebFreak001) - [pull #111][issue111] + +[issue108]: https://github.com/vibe-d/vibe-core/issues/108 +[issue111]: https://github.com/vibe-d/vibe-core/issues/111 +[issue112]: https://github.com/vibe-d/vibe-core/issues/112 +[issue113]: https://github.com/vibe-d/vibe-core/issues/113 + + 1.4.5 - 2018-11-23 ==================