CHANGELOG

This commit is contained in:
Evgeniy Kulikov 2020-04-20 13:41:59 +03:00
parent f3ff630d9e
commit e411a89c52
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2

View file

@ -1,10 +1,16 @@
# Changelog
## [0.7.1] - 2020-04-20
### Added
- Method to change current node state. (`state.ChangeState`)
## [0.7.0] - 2020-04-16
### Added
- Numerical field CopiesNumber into object.PutRequest.PutHeader message.
- A numerical field CopiesNumber into `object.PutRequest.PutHeader` message.
## [0.6.1] - 2020-04-15
@ -31,3 +37,4 @@
[0.6.0]: https://github.com/nspcc-dev/neofs-api/compare/v0.5.0...v0.6.0
[0.6.1]: https://github.com/nspcc-dev/neofs-api/compare/v0.6.0...v0.6.1
[0.7.0]: https://github.com/nspcc-dev/neofs-api/compare/v0.6.1...v0.7.0
[0.7.1]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.0...v0.7.1