diff --git a/RELEASES.md b/RELEASES.md index 733c27365017..be3d7e01b748 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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.