diff --git a/rs/nns/handlers/root/CHANGELOG.md b/rs/nns/handlers/root/CHANGELOG.md index 5b37c9ae140..6540c22b71d 100644 --- a/rs/nns/handlers/root/CHANGELOG.md +++ b/rs/nns/handlers/root/CHANGELOG.md @@ -10,6 +10,15 @@ here were moved from the adjacent `unreleased_changelog.md` file. INSERT NEW RELEASES HERE + +# 2025-02-14: Proposal 135313 + +http://dashboard.internetcomputer.org/proposals/135313 + +## Added + +* Added the `query_stats` field for the `canister_status` method. + # 2025-02-03: Proposal 135064 https://dashboard.internetcomputer.org/proposal/135064 diff --git a/rs/nns/handlers/root/unreleased_changelog.md b/rs/nns/handlers/root/unreleased_changelog.md index 2d5acefd9dc..94126a0ff42 100644 --- a/rs/nns/handlers/root/unreleased_changelog.md +++ b/rs/nns/handlers/root/unreleased_changelog.md @@ -9,7 +9,7 @@ on the process that this file is part of, see ## Added -* Added the `query_stats` field for the `canister_status` method. +## Changed ## Deprecated diff --git a/rs/nns/sns-wasm/CHANGELOG.md b/rs/nns/sns-wasm/CHANGELOG.md index a4306ca17a5..8647f1329f1 100644 --- a/rs/nns/sns-wasm/CHANGELOG.md +++ b/rs/nns/sns-wasm/CHANGELOG.md @@ -11,4 +11,15 @@ here were moved from the adjacent `unreleased_changelog.md` file. INSERT NEW RELEASES HERE +# 2025-02-14: Proposal 135314 + +http://dashboard.internetcomputer.org/proposals/135314 + +## Removed + +* Logos are no longer included into *serialized* initial SNS initialization parameters for newly + deployed SNSs. They are, of course, still included in the metadata responses: + `SnsGov.get_metadata` and `SnsLedger.icrc1_metadata`. + + END diff --git a/rs/nns/sns-wasm/unreleased_changelog.md b/rs/nns/sns-wasm/unreleased_changelog.md index ebb1c72b5d6..94126a0ff42 100644 --- a/rs/nns/sns-wasm/unreleased_changelog.md +++ b/rs/nns/sns-wasm/unreleased_changelog.md @@ -15,10 +15,6 @@ on the process that this file is part of, see ## Removed -* Logos are no longer included into *serialized* initial SNS initialization parameters for newly - deployed SNSs. They are, of course, still included in the metadata responses: - `SnsGov.get_metadata` and `SnsLedger.icrc1_metadata`. - ## Fixed ## Security diff --git a/rs/sns/governance/CHANGELOG.md b/rs/sns/governance/CHANGELOG.md index aeaaa8a95c6..94a186e1692 100644 --- a/rs/sns/governance/CHANGELOG.md +++ b/rs/sns/governance/CHANGELOG.md @@ -11,6 +11,21 @@ here were moved from the adjacent `unreleased_changelog.md` file. INSERT NEW RELEASES HERE +# 2025-02-15: Proposal 135315 + +http://dashboard.internetcomputer.org/proposals/135315 + +## Added + +The concept of topics has now been introduced to the SNS. This means that when custom function is added via an `AddGenericNervousSystemFunction` proposal, a topic can be specified for that custom function. This can be used for organizing the following page, and could be used for more in the future. + +A `list_topics` API has been added, which returns a list of topics and all the functions categorized in those topics. + +## Changed + +The new `topic` field is required when submitting an `AddGenericNervousSystemFunction` proposal. + + # 2025-02-07: Proposal 135208 http://dashboard.internetcomputer.org/proposals/135208 diff --git a/rs/sns/governance/unreleased_changelog.md b/rs/sns/governance/unreleased_changelog.md index 63fa1deb00b..94126a0ff42 100644 --- a/rs/sns/governance/unreleased_changelog.md +++ b/rs/sns/governance/unreleased_changelog.md @@ -9,14 +9,8 @@ on the process that this file is part of, see ## Added -The concept of topics has now been introduced to the SNS. This means that when custom function is added via an `AddGenericNervousSystemFunction` proposal, a topic can be specified for that custom function. This can be used for organizing the following page, and could be used for more in the future. - -A `list_topics` API has been added, which returns a list of topics and all the functions categorized in those topics. - ## Changed -The new `topic` field is required when submitting an `AddGenericNervousSystemFunction` proposal. - ## Deprecated ## Removed