From a1dba84288c2cd049e8d5efa024289d0adc90258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sun, 22 Jan 2023 09:49:54 +0100 Subject: [PATCH] Update change log. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff5bb16..b387dbae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +1.22.6 - 2023-01-23 +=================== + +- Updates compiler frontend support to range from 2.090.0 up to 2.101.2 - [pull #330][issue330] +- Fixes a socket descriptor leak after a connect timeout - [issue #331][issue331], [pull #332][issue332] +- Fixed a Windows issue when closing a TCP connection while concurrently reading from it - [pull #330][issue330] + +[issue330]: https://github.com/vibe-d/vibe-core/issues/330 +[issue331]: https://github.com/vibe-d/vibe-core/issues/331 +[issue332]: https://github.com/vibe-d/vibe-core/issues/332 + + 1.22.5 - 2022-11-04 ===================