forked from TrueCloudLab/frostfs-contract
Release v0.18.0
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
45c3710bd2
commit
1777c93c9e
1 changed files with 12 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -6,8 +6,19 @@ Changelog for FrostFS Contract
|
||||||
### Added
|
### Added
|
||||||
### Changed
|
### Changed
|
||||||
### Removed
|
### Removed
|
||||||
- `subnet` contract (#20)
|
### Updated
|
||||||
|
### Fixed
|
||||||
|
### Updating from v0.18.0
|
||||||
|
|
||||||
|
## [0.18.0] - 2023-09-14 - Academy of Sciences Glacier
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Documentation for contract storage schema (#21)
|
||||||
|
### Changed
|
||||||
|
- `container.Delete()` now accepts public key along with token (#27)
|
||||||
|
- Allow to check whether container was deleted with `container.DeletionInfo()` (#38)
|
||||||
|
### Removed
|
||||||
|
- `subnet` contract (#20)
|
||||||
### Updated
|
### Updated
|
||||||
### Fixed
|
### Fixed
|
||||||
### Updating from v0.17.0
|
### Updating from v0.17.0
|
||||||
|
|
Loading…
Reference in a new issue