Skip to content

Commit

Permalink
chore(nervous-system): Update changelog for release 2025-02-14 (#3967)
Browse files Browse the repository at this point in the history
  • Loading branch information
anchpop authored Feb 15, 2025
1 parent 6612119 commit 05601af
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 11 deletions.
9 changes: 9 additions & 0 deletions rs/nns/handlers/root/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rs/nns/handlers/root/unreleased_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
11 changes: 11 additions & 0 deletions rs/nns/sns-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions rs/nns/sns-wasm/unreleased_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
15 changes: 15 additions & 0 deletions rs/sns/governance/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions rs/sns/governance/unreleased_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05601af

Please sign in to comment.