From edec8df02683504f80107d4d1085bb4305031d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sun, 10 Mar 2019 15:59:02 +0100 Subject: [PATCH] Update change log. --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca7bcf9..eceb8a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +1.6.1 - 2019-03-10 +================== + +- Fixed handling of the `args_out` parameter of `runApplication` (by Joseph Rushton Wakeling) - [pull #134][issue134] +- Fixed `TCPConnectionFunction` to be actually defined as a function pointer (by Steven Dwy) - [pull #136][issue136], [issue #109][issue109] +- Fixed execution interleaving of busy `yield` loops inside and outside of a task - [pull #139][issue139] + +[issue109]: https://github.com/vibe-d/vibe-core/issues/109 +[issue134]: https://github.com/vibe-d/vibe-core/issues/134 +[issue136]: https://github.com/vibe-d/vibe-core/issues/136 +[issue139]: https://github.com/vibe-d/vibe-core/issues/139 + + 1.6.0 - 2019-01-26 ==================