From df1e74dacc86c90712b157f870c20a012635c306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Mon, 12 Feb 2024 16:26:43 +0100 Subject: [PATCH] Update change log. --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 842caf34..bcd5d3ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ -2.7.2 - 2024-01-17 +2.7.4 - 2024-02-12 +================== + +- Removed an assertion in `LockedConnection` that could be triggered from valid code - [pull #384][issue384] + +[issue384]: https://github.com/vibe-d/vibe-core/issues/issue384 + + +2.7.3 - 2024-01-17 ================== - Fixed a crash that could happen when a `ManualEvent` is still in waiting state at runtime shutdown