From a6b82e4ab293cc0fc733c2a1b83bece115468978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sun, 3 Dec 2017 17:52:34 +0100 Subject: [PATCH] Update change log. --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86e894d..38d5daa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -1.3.0 - 2017-11-17 +1.3.0 - 2017-12-03 ================== - Compiles on DMD 2.071.2 up to 2.077.0 +- Added a `timeout` parameter in `connectTCP` (by Boris Baboris) - [pull #44][issue44], [pull #41][issue41] - Fixes the fiber event scheduling mechanism to not cause any heap allocations - this alone gives a performance boost of around 20% in the bench-dummy-http example - [pull #27][issue27] - Added `FileInfo.hidden` property - `pipe()` now returns the actual number of bytes written @@ -14,6 +15,8 @@ [issue27]: https://github.com/vibe-d/vibe-core/issues/27 [issue35]: https://github.com/vibe-d/vibe-core/issues/35 +[issue41]: https://github.com/vibe-d/vibe-core/issues/41 +[issue44]: https://github.com/vibe-d/vibe-core/issues/44 1.2.0 - 2017-09-05