From 3d8c3fc73666371a083ee4c70794d421f8aff6b2 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Thu, 3 Jun 2021 14:57:44 +0300 Subject: [PATCH] =?UTF-8?q?Release=20v0.9.0=20-=20Seongmodo=20(=EC=84=9D?= =?UTF-8?q?=EB=AA=A8=EB=8F=84,=20=E5=B8=AD=E6=AF=9B=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 | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0724682..269d4e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,28 @@ # Changelog Changelog for NeoFS Contract -## [0.8.0] - 2021-04-19 - Dolsando (돌산도, 突山島) +## [0.9.0] - 2021-06-03 - Seongmodo (석모도, 席毛島) + +Session token support in container contract. + +### Fixed +- `_deploy` methods process `isUpdate` argument now. + +### Added +- Changelog file. +- `netmap.NetmapCandidates` method. + +### Changed +- Container contract now stores public key, signature and session token of + new containers and extended ACL tables. +- Most of the contract methods that invoked by inner ring do not return bool + value anymore. Such methods throw panic instead. +- Migrate methods now accept data. + +### Removed +- Container and extended ACL signature checks in container contract. + +## [0.8.0] - 2021-05-19 - Dolsando (돌산도, 突山島) N3 Testnet RC2 compatible contracts. @@ -122,6 +143,7 @@ Preview4-testnet version of NeoFS contracts. Preview4 compatible contracts. +[0.9.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.5.1...v0.6.0