Skip to content

Commit

Permalink
Release v0.9.0 - Seongmodo (석모도, 席毛島)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
  • Loading branch information
alexvanin committed Jun 3, 2021
1 parent 79b4f2c commit 3d8c3fc
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3d8c3fc

Please sign in to comment.