From a93554a696438ea886b29d32eca74bb331881305 Mon Sep 17 00:00:00 2001 From: Gerry Agbobada Date: Fri, 13 Oct 2023 10:50:00 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 413b087..27d0af9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,11 @@ versioning](https://go.dev/doc/modules/version-numbers). ### Fixed +- [All] Fixed an issue that could lead to panics when running the generator on already-annotated files (#70) +- [All] autometrics will now add a single line doc comment with the function name if the function + had no comment besides the autometrics directive. This allows IDEs to properly render the generated + documentation even when going through gopls + ### Security ## [0.8.0](https://github.com/autometrics-dev/autometrics-go/releases/tag/v0.8.0) 2023-09-18