From 8c8b17ea77b31d9752abba94560b3c2bdc105513 Mon Sep 17 00:00:00 2001 From: Mattt Date: Mon, 4 May 2020 11:58:18 -0700 Subject: [PATCH] Update Changelog --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index aa7053a..b4f0eaa 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added documentation and testing infrastructure for Linux support. #17 by @heckj and @mattt. +- Added `--verbose` command flag. + #21 by @mattt. + +### Fixed + +- Fixed test runner to fail on unexpected errors. + #24 by @mattt. ## [0.0.4] - 2020-04-26