From ab7bf8a20df7bc1cb638c53566b7ae3558af1e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Tue, 19 Dec 2023 16:33:17 +0100 Subject: [PATCH] Update change log. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 757c2221..e50edfc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +2.7.1 - 2023-12-19 +================== + +- Fixed a regression introduced in 2.7.1 that caused a crash after using more than 100 concurrent fibers in a single thread - [issue376][pull #376] + +[issue376]: https://github.com/vibe-d/vibe-core/issues/issue376 + + 2.7.0 - 2023-12-19 ==================