From 12527e51ae9882a5ea518cbef470e244d0c65ff1 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Wed, 23 Mar 2022 14:17:40 +0300 Subject: [PATCH] =?UTF-8?q?Release=20v0.15.0=20-=20Heuksando=20(=ED=9D=91?= =?UTF-8?q?=EC=82=B0=EB=8F=84,=20=E9=BB=91=E5=B1=B1=E5=B3=B6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alex Vanin --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24242b5..f163fcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog Changelog for NeoFS Contract +## [0.15.0] - 2022-03-23 - Heuksando (흑산도, 黑山島) + +### Fixed +- Split `UpdateState` method to allow Alphabet nodes remove storage nodes from + network map based on consensus decision in notary-enabled environment (#225) + +### Changed +- Increase from 2 to 10 stored network maps in netmap contract (#224) +- Use public keys instead of `IRNode` structures in neofs and netmap contracts + (#222) + ## [0.14.2] - 2022-02-07 ### Fixed @@ -328,6 +339,7 @@ Preview4-testnet version of NeoFS contracts. Preview4 compatible contracts. +[0.15.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.14.2...v0.15.0 [0.14.2]: https://github.com/nspcc-dev/neofs-contract/compare/v0.14.1...v0.14.2 [0.14.1]: https://github.com/nspcc-dev/neofs-contract/compare/v0.14.0...v0.14.1 [0.14.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.13.2...v0.14.0