[#873] Update CHANGELOG

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2021-10-11 20:11:28 +03:00 committed by Alex Vanin
parent fae2c21165
commit 14f01fa953

View file

@ -3,9 +3,17 @@ Changelog for NeoFS Node
## [Unreleased]
### Upgrading from v0.25.1
Deleted `NEOFS_IR_NOTARY_SIDE_DEPOSIT_AMOUNT`, `NEOFS_IR_NOTARY_MAIN_DEPOSIT_AMOUNT`
and `NEOFS_IR_TIMERS_SIDE_NOTARY`, `NEOFS_IR_TIMERS_MAIN_NOTARY` Inner Ring envs.
Deleted `NEOFS_MORPH_NOTARY_DEPOSIT_AMOUNT` and `NEOFS_MORPH_NOTARY_DEPOSIT_DURATION`
Storage Node envs.
### Changed
- Do not use global flags in CLI; delete useless flags from `accounting balance`
command (#810)
- SN and IR notary deposits are made dynamically depending on the Notary and
GAS balances now (#873)
## [0.25.1] - 2021-09-29