From ca1226ca7a913336a0e6b69ca4ab9e81b1116c4c Mon Sep 17 00:00:00 2001 From: Mark Yu Date: Mon, 14 Jul 2025 07:23:14 -0400 Subject: [PATCH] add to change log --- WebAPI_Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/WebAPI_Changelog.md b/WebAPI_Changelog.md index 4dd39c4a8..7c3332efb 100644 --- a/WebAPI_Changelog.md +++ b/WebAPI_Changelog.md @@ -1,5 +1,11 @@ # WebAPI Changelog +## 2.11.11 + +* [#22989](https://github.com/qbittorrent/qBittorrent/pull/22989) + * `sync/maindata` returns one new field: `share_limit_action` + * `torrents/setShareLimits` now requires a new `shareLimitAction` param that sets a torrent's shareLimitAction property + ## 2.11.10 * [#22932](https://github.com/qbittorrent/qBittorrent/pull/22932)