From 84cf2fd519dd23c1c04b7a6ceeb29e163f46cc57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Thu, 8 Mar 2018 15:39:39 +0100 Subject: [PATCH] Update change log. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f19f6f2..16e8b0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,16 @@ - Fixed a task scheduling assertion happening when worker tasks and timers were involved - [issue #58][issue58], [pull #60][issue60] - Fixed a race condition in `TaskPool` leading to random assertion failures - [7703cc6][commit7703cc6] - Fixed an issue where the event loop would exit prematurely when calling `yield` - [issue #66][issue66], [pull #67][issue67] +- Fixed/worked around a linker error on LDC/macOS - [issue #65][issue65], [pull #68][issue68] [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 +[issue65]: https://github.com/vibe-d/vibe-core/issues/65 [issue66]: https://github.com/vibe-d/vibe-core/issues/66 [issue67]: https://github.com/vibe-d/vibe-core/issues/67 +[issue68]: https://github.com/vibe-d/vibe-core/issues/68 [commit7703cc6]: https://github.com/vibe-d/vibe-core/commit/7703cc675f5ce56c1c8b4948e3f040453fd09791