Skip to content

Commit

Permalink
Fix changelog (#694)
Browse files Browse the repository at this point in the history
# Motivation

I just discovered that #681 and
#686 added changelog entries to an
existing release, instead of the "Next" release.

# Changes

Move the changelog entry to the "Next" release.

# Tests

no

# Todos

- [x] Add entry to changelog (if necessary).
  • Loading branch information
dskloetd authored Aug 12, 2024
1 parent d8c72d2 commit e980532
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Next

## Features

- Support conversion of `InstallCode`, `StopOrStartCanister` and `UpdateCanisterSettings` actions, `SetVisibility` neuron operation, and `Neuron::visibility` attribute.

# 2024.07.22-0645Z

## Overview
Expand All @@ -24,7 +30,6 @@ The current status of the libraries at the time of the release is as follows:
- Extend `eip1559TransactionPrice` for Erc20.
- Add "Protocol Canister Management" and "Service Nervous System Management" topics support.
- Add `asNonNullish` function, like `assertNonNullish` but returns the value.
- Support conversion of `InstallCode`, `StopOrStartCanister` and `UpdateCanisterSettings` actions, `SetVisibility` neuron operation, and `Neuron::visibility` attribute.

## Fix

Expand Down

0 comments on commit e980532

Please sign in to comment.