Skip to content

Commit

Permalink
Add changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonz-dfinity committed Jan 31, 2025
1 parent f340a67 commit d17c2e3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion rs/nns/handlers/root/unreleased_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions rs/sns/governance/unreleased_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion rs/sns/root/unreleased_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 2 additions & 0 deletions rs/sns/swap/unreleased_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d17c2e3

Please sign in to comment.