Skip to content

Commit

Permalink
wip release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Sep 19, 2023
1 parent 2f93bd1 commit c860f3a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Release Notes

## [v1.10.9](https://github.com/ava-labs/avalanchego/releases/tag/v1.10.10)

This version is backwards compatible to [v1.10.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.10.0). It is optional, but encouraged.

The plugin version is unchanged at `28` and compatible with version `v1.10.9`.

### APIs

- Added `height` to the output of `platform.getCurrentSupply`

### Configs

- Added `proposerNumHistoricalBlocks` to subnet configs

### Fixes

- Fixed handling of SIGTERM signals in plugin processes prior to receiving the Shutdown message
- Fixed range proof commitment for empty proofs

### What's Changed

**Full Changelog**: https://github.com/ava-labs/avalanchego/compare/v1.10.9...v1.10.10

## [v1.10.9](https://github.com/ava-labs/avalanchego/releases/tag/v1.10.9)

This version is backwards compatible to [v1.10.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.10.0). It is optional, but encouraged.
Expand Down

0 comments on commit c860f3a

Please sign in to comment.