From c492077ebef92ae9b43c11bf7f1eef58c10d0cfb Mon Sep 17 00:00:00 2001 From: Will Date: Sat, 7 Oct 2023 14:18:16 -0400 Subject: [PATCH] changelog: 0.9.6 --- changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.md b/changelog.md index 19f2e6e4..81b6f1ef 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 0.9.6 + +Replaced a constant delay with a timeout in the "simple" test. + +Updated the flake lockfile. + ## 0.9.5 Fixed an error on windows which asked us to stop checking buffers for null (so we did).