From 1fae2a26a571922b9343f22bc826f9c9eedc2625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sat, 12 Dec 2020 10:48:31 +0100 Subject: [PATCH] Update change log. --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b166fd..66d1f75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ -1.11.0 - 2020-11-25 +1.11.2 - 2020-12-12 +=================== + +- `ScopedMutexLock` is now nothrow, using assertions instead of `Exception` in case of misuse +- Fixes a possible "access denied" error for directories that have been iterated using `listDirectory` on Windows - [pull #239][issue239] + +[issue239]: https://github.com/vibe-d/vibe-core/issues/239 + + +1.11.1 - 2020-11-25 =================== - Fixed a bogus assertion failure ("A task cannot interrupt itself") - [pull #236][issue236]