From 1a5fafa8ec61f1b2e0e201a5497f8950ac0f422e Mon Sep 17 00:00:00 2001 From: "community-scripts-pr-app[bot]" <189241966+community-scripts-pr-app[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 20:42:46 +0000 Subject: [PATCH] Update CHANGELOG.md (#17040) Co-authored-by: github-actions[bot] --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dbecd946..9fadfb850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -547,6 +547,10 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit - Refactor FileFlows: Stop Spinner before read -rp / Switch from "Node" to "Agent" [@MickLesk](https://github.com/MickLesk) ([#17007](https://github.com/community-scripts/ProxmoxVE/pull/17007)) +### 💾 Core + + - implement exponential backoff for curl retries in _cs_curl_retry function [@MickLesk](https://github.com/MickLesk) ([core#26](https://github.com/community-scripts/core/pull/26)) + ### 🧰 Tools - #### 🐞 Bug Fixes