From 3db6eb323ac4aaa77a8978424b557979b1583916 Mon Sep 17 00:00:00 2001 From: Petr Date: Tue, 11 Aug 2026 23:54:26 +0200 Subject: [PATCH] docs(changelog): credit the right reporter for #570 #570 was filed by @MichalProchazkaP3; the 0.80.3 entry thanked @papousek-radan, who reported #528. Radan is credited correctly elsewhere and Michal was credited correctly for #546 in 0.78.0 -- this one entry got it wrong, and it shipped. The released 0.80.3 wheel keeps the wrong text, but the changelog dict carries every past version, so anyone who updates from here on reads the corrected entry. The v0.80.3 GitHub Release notes are already fixed. --- src/keboola_agent_cli/changelog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keboola_agent_cli/changelog.py b/src/keboola_agent_cli/changelog.py index 7182a285..8cc9c945 100644 --- a/src/keboola_agent_cli/changelog.py +++ b/src/keboola_agent_cli/changelog.py @@ -37,7 +37,7 @@ 'codepage -- decode with `errors="replace"`: table identifiers are ' "ASCII, so a mangled comment costs nothing and never costs the graph. The " "`PYTHONUTF8=1` workaround is no longer needed. Thanks to " - "@papousek-radan for the report.", + "@MichalProchazkaP3 for the report.", "Fix (#570): the same unqualified `Path.read_text()` in " "`dev-portal create --data` / `patch --value-file` and " "`semantic-layer reference-data set --members-file` now reads UTF-8 too. "