From 5a36b82b2ed44c300d42fd2df21512a7917e05ec Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Wed, 8 Feb 2023 16:30:51 -0500 Subject: [PATCH] Updating CHANGELOG. Signed-off-by: Jakub Sobon --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06860d5..d13f911 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,12 +24,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Change the Go version in `go.mod` to 1.20. - Executed `go mod tidy`. - CI now executes tests with Golang v1.20 only. -- Formatted all Go files with `gofmt` from Golang v1.20. ### Removed - Removed the `Sourcegraph` badge from the main page. +### Fixed + +- Formatted all Go files with `gofmt` from Golang v1.20. +- Fixed line coverage reporting. + ## [0.17.0] - 07-Jul-2022 ### Added