From a124899c15f77cef529c3803111d083d668f7846 Mon Sep 17 00:00:00 2001 From: Noah Bogart Date: Sat, 23 Mar 2024 08:01:53 -0400 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a304794..7b38ad7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ## Fixed +- Track all results when `:once` fixtures call `f` multiple times. + (thanks [@NoahTheDuke](https://github.com/NoahTheDuke)) + ## Changed # 1.87.1366 (2023-09-27 / f514905) @@ -1075,4 +1078,4 @@ namespace. - The configuration format has changed, you should now start with the `#kaocha {}` tagged reader literal in `tests.edn` to provide defaults. If you want more control then overwrite `tests.edn` with the output of `--print-config` and - tweak. \ No newline at end of file + tweak.