From 8be8f4fe8f6f53fa962242787cec7177ddd3e5a5 Mon Sep 17 00:00:00 2001 From: HamletDuFromage <61667930+HamletDuFromage@users.noreply.github.com> Date: Thu, 24 Jul 2025 12:59:31 +0200 Subject: [PATCH] update webapi changelog for setComment endpoint --- WebAPI_Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WebAPI_Changelog.md b/WebAPI_Changelog.md index 0c60f7736..72fe986d1 100644 --- a/WebAPI_Changelog.md +++ b/WebAPI_Changelog.md @@ -1,5 +1,9 @@ # WebAPI Changelog +## 2.12.1 +* [#23031](https://github.com/qbittorrent/qBittorrent/pull/23031) + * Add `torrents/setComment` endpoint with parameters `hash` and `comment` for setting a new torrent comment + ## 2.12.0 * [#22989](https://github.com/qbittorrent/qBittorrent/pull/22989)