From ffdd4f8a297c7a80e40039fa1426873874454632 Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Sun, 19 Nov 2023 03:42:05 -0800 Subject: [PATCH] Add one more entry to CHANGELOG, closes #10 --- sandwich/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sandwich/CHANGELOG.md b/sandwich/CHANGELOG.md index b6869a59..61789ffb 100644 --- a/sandwich/CHANGELOG.md +++ b/sandwich/CHANGELOG.md @@ -7,6 +7,7 @@ * Allow any formatter except TUI to be used with --repeat N. * Be able to include timestamps with print formatter and failure report formatter. * Support vty-6.x/brick-2.x. This change adds Windows support, but forces us to do a major version bump. +* Add timing info for setup and teardown; closes #10 ## 0.1.5.2