From f8c6243ada88c2ec8e0b5f2f24c4fe9f356c2e45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Wed, 28 Dec 2022 13:57:06 +1300 Subject: [PATCH] Add #13 to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1be03dc..8258409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next (YYYY-MM-DD) +- Fix bug on Windows where the wrong pointer was being null checked, leading to timeout errors. ([#13](https://github.com/watchexec/command-group/pull/13)) + ## v2.0.0 (2022-12-04) - Increase MSRV to 1.60.0 and change policy for increasing it (no longer a breaking change).