From a70601f4b0edcd48be70da2451cd1299ff4a9a50 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Sun, 31 Aug 2025 16:36:14 +0200 Subject: [PATCH] fix CHANGELOG --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59571e2f..07f4047d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,10 @@ * Apprise notifications support (#1457) * Elasticsearch notifications support (#1452) * Add `disableNotification` option for Telegram (#1354) -* Switch from third-party module to HTTP client Pushover (#1490) +* Switch from third-party module to HTTP client for Pushover (#1490) * Align `chatIDs` and `chatIDsFile` format handling for Telegram (#1316) * Switch from `github.com/hako/durafmt` to `github.com/dromara/carbon` module (#1317) -* Remove uneeded `openssl` package in the Docker image (#1488) +* Remove unneeded `openssl` package in the Docker image (#1488) * Go 1.24 (#1461) * Alpine Linux 3.22 (#1462) * Bump dario.cat/mergo to 1.0.2 (#1436)