From 22300ecab848c31b8b38b31850e8f5f1bf4a777c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sun, 18 Mar 2018 21:36:11 +0100 Subject: [PATCH] Update change log. --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16e8b0c..5b02070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ -1.4.0 - 2017-03-08 +1.4.1 - 2018-03- +================== + +- Fixed compilation errors for `ConnectionPool!TCPConnection` - [issue vibe.d#2109][vibe.d-issue2109], [pull #70][issue70] +- Fixed destruction behavior when destructors are run in foreign threads by the GC - [issue #69][issue69], [pull #74][issue74] +- Fixed a possible assertion failure for failed `connectTCP` calls - [pull #75][issue75] +- Added missing `setCommandLineArgs` API (by Thomas Weyn) - [pull #72][issue72] + +[issue69]: https://github.com/vibe-d/vibe-core/issues/69 +[issue70]: https://github.com/vibe-d/vibe-core/issues/70 +[issue72]: https://github.com/vibe-d/vibe-core/issues/72 +[issue74]: https://github.com/vibe-d/vibe-core/issues/74 +[issue75]: https://github.com/vibe-d/vibe-core/issues/75 +[vibe.d-issue2109]: https://github.com/vibe-d/vibe.d/issues/2109 + + +1.4.0 - 2018-03-08 ================== - Compiles on DMD 2.072.2 up to 2.079.0