diff --git a/rs/nns/handlers/root/unreleased_changelog.md b/rs/nns/handlers/root/unreleased_changelog.md index 37be2d66b62d..b0fede41be9a 100644 --- a/rs/nns/handlers/root/unreleased_changelog.md +++ b/rs/nns/handlers/root/unreleased_changelog.md @@ -9,9 +9,11 @@ on the process that this file is part of, see ## Added +* Added the `query_status` field for the `canister_status` method. + ## Changed -- The `LogVisibility` returned from `canister_status` has one more variant `allowed_viewers`, +* The `LogVisibility` returned from `canister_status` has one more variant `allowed_viewers`, consistent with the corresponding management canister API. Calling `canister_status` for a canister with such a log visibility setting will no longer panic. diff --git a/rs/sns/governance/unreleased_changelog.md b/rs/sns/governance/unreleased_changelog.md index b5ff3f4f2016..7b293d18a398 100644 --- a/rs/sns/governance/unreleased_changelog.md +++ b/rs/sns/governance/unreleased_changelog.md @@ -37,6 +37,7 @@ proposal, e.g.: ``` * Do not redact chunked Wasm data in `ProposalInfo` served from `SnsGov.list_proposals`. +* Added the `query_status` field for `canister_status`/`get_sns_canisters_summary` methods. ## Changed diff --git a/rs/sns/root/unreleased_changelog.md b/rs/sns/root/unreleased_changelog.md index 37be2d66b62d..ad945e017770 100644 --- a/rs/sns/root/unreleased_changelog.md +++ b/rs/sns/root/unreleased_changelog.md @@ -9,9 +9,11 @@ on the process that this file is part of, see ## Added +* Added the `query_status` field for `canister_status`/`get_sns_canisters_summary` methods. + ## Changed -- The `LogVisibility` returned from `canister_status` has one more variant `allowed_viewers`, +* The `LogVisibility` returned from `canister_status` has one more variant `allowed_viewers`, consistent with the corresponding management canister API. Calling `canister_status` for a canister with such a log visibility setting will no longer panic. diff --git a/rs/sns/swap/unreleased_changelog.md b/rs/sns/swap/unreleased_changelog.md index 94126a0ff421..e0116905592e 100644 --- a/rs/sns/swap/unreleased_changelog.md +++ b/rs/sns/swap/unreleased_changelog.md @@ -9,6 +9,8 @@ on the process that this file is part of, see ## Added +* Added the `query_status` field for the `get_canister_status` method. + ## Changed ## Deprecated