diff --git a/spec/_attachments/interface-spec-changelog.md b/spec/_attachments/interface-spec-changelog.md index 586b9821c..5b497ebd6 100644 --- a/spec/_attachments/interface-spec-changelog.md +++ b/spec/_attachments/interface-spec-changelog.md @@ -1,5 +1,10 @@ ## Changelog {#changelog} +### ∞ (unreleased) +* The maximum length of a nonce in an ingress message is 32 bytes. +* Update specification of responses from the endpoint `/api/v2/status`. +* Stop canister calls might be rejected upon timeout. + ### 0.22.0 (2023-11-15) {#0_22_0} * Add metrics on subnet usage into the certified state tree and a new HTTP endpoint `/api/v2/subnet//read_state` for retrieving them. * Add management canister methods to support installing large WebAssembly modules split into chunks. @@ -10,9 +15,6 @@ * Add per-call context performance counter. * Update the computation of the representation-independent hash for the case of maps with nested maps. * Remove `senders` field from user delegations. -* The maximum length of a nonce in an ingress message is 32 bytes. -* Update specification of responses from the endpoint `/api/v2/status`. -* Stop canister calls might be rejected upon timeout. ### 0.21.0 (2023-09-18) {#0_21_0} * Canister cycle balance cannot decrease below the freezing limit after executing `install_code` on the management canister.