From 3ccf02c156f268b5a6c4c21c4ff5f8f413b96d51 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Fri, 6 Oct 2023 18:20:19 -0400 Subject: [PATCH] docs: update changelog Note the fix for parsing inline comments. Signed-off-by: Eric Callahan --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index 3822aecab..a1bc56d55 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -37,6 +37,7 @@ The format is based on [Keep a Changelog]. transition. - **klippy_connection**: Fixed a race condition that can result in skipped subscription updates. +- **configheler**: Fixed inline comment parsing. ### Changed