From 4f57a98130bd5b4ea7f0f7bdc57bb965b521563d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sun, 24 May 2020 10:29:27 +0200 Subject: [PATCH] Update change log. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49afee8..d1207a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +1.9.2 - 2020-05- +================== + +- Updated tested compiler range to DMD 2.078.3-2.092.0 and LDC 1.15.0-1.21.0 +- Added support for a `CFRunLoop` based configuration on macOS to enable efficient UI integration - [pull #211][issue211] +- Removed potentially blocking file I/O code - [pull #210][issue210] +- Added error handling for process creation - [pull #210][issue210] + +[issue210]: https://github.com/vibe-d/vibe-core/issues/210 +[issue211]: https://github.com/vibe-d/vibe-core/issues/211 + + 1.9.1 - 2020-03-18 ==================