From 2c37a7450b81e3f2eaf880995164f664219a1767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Mon, 5 Nov 2018 10:57:05 +0100 Subject: [PATCH] Update change log. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fffe61b..4595561 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +1.4.5 - 2018- +================== + +- Fixed as assertion error in the internal spin lock implementation when pressing Ctrl+C on Windows - [pull #99][issue99] +- Compile fix for an upcoming Phobos version - [pull #100][issue100] + +[issue99]: https://github.com/vibe-d/vibe-core/issues/99 +[issue100]: https://github.com/vibe-d/vibe-core/issues/100 + + 1.4.4 - 2018-10-27 ==================