From 2789a8fe695ecb5458d79d062cdf76a0c7e94b38 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 7 Mar 2023 21:19:50 -0600 Subject: [PATCH] docs: fix missing method name in 9c436d87d --- docs/rpc-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rpc-spec.md b/docs/rpc-spec.md index 12ee5c509..5bb54620d 100644 --- a/docs/rpc-spec.md +++ b/docs/rpc-spec.md @@ -1000,4 +1000,4 @@ Transmission 4.0.0 (`rpc-version-semver` 5.3.0, `rpc-version`: 17) | `torrent-set` | :warning: **DEPRECATED** `trackerReplace`. Use `trackerList` instead. | `group-set` | new method | `group-get` | new method -| `wanted` | :warning: Transmission 3.00 and earlier sent this as an array of `0` or `1` despite being documented as an array of booleans. Transmission 4.0.0 and 4.0.1 "fixed" this by returning an array of booleans, but as a practical matter this caused an unannounced breaking change for 3rd party code that expects `0` or `1`. For this reason, 4.0.2 restores the 3.00 behavior and updates this spec to match the code. +| `torrent-get` | :warning: old arg `wanted` was implemented as an array of `0` or `1` in Transmission 3.00 and older, despite being documented as an array of booleans. Transmission 4.0.0 and 4.0.1 "fixed" this by returning an array of booleans; but in practical terms, this change caused an unannounced breaking change for any 3rd party code that expected `0` or `1`. For this reason, 4.0.2 restored the 3.00 behavior and updated this spec to match the code.