From a10f470311268d510a6da4adf5a62d7c0dca3318 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Thu, 22 Jul 2021 21:02:14 +0300 Subject: [PATCH] =?UTF-8?q?Release=20v0.10.0=20-=20Wando=20=EC=99=84?= =?UTF-8?q?=EB=8F=84(=E8=8E=9E=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 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1778d43..bbecb33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog Changelog for NeoFS Contract +## [0.10.0] - 2021-07-23 - Wando (완도, 莞島) + +### Fixed +- Alphabet contract does not emit GAS to proxy contract and does not check + proxy contract script hash length at deploy stage if notary disabled (#106) + +### Added +- Netmap contract stores block height when last epoch was applied and provides + `LastEpochBlock` method to get it (#110) +- NNS contract (#108) +- Enhanced documentation for autodoc tools (#105) + +### Changed +- Update neo-go to v0.96.0 + +### Removed +- v0.9.1 to v0.9.2 migration code (#104) + ## [0.9.2] - 2021-07-01 ### Fixed @@ -169,6 +187,7 @@ Preview4-testnet version of NeoFS contracts. Preview4 compatible contracts. +[0.10.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.9.2...v0.10.0 [0.9.2]: https://github.com/nspcc-dev/neofs-contract/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/nspcc-dev/neofs-contract/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.8.0...v0.9.0