diff --git a/CHANGELOG.md b/CHANGELOG.md index 82200b51df..4e9cd42b8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ Changelog for NeoFS Node ### Fixed - Inability to deploy contract with non-standard zone via neofs-adm (#2740) -- Container session token's `wildcard` field support (#2741) +- Container session token's `wildcard` field support (#2741) ### Changed @@ -18,7 +18,9 @@ Changelog for NeoFS Node ### Updating from v0.40.0 We no longer provide .tag.gz binaries in releases, they always were just duplicates, but if you're using them in some scripts please update to fetch -raw binaries. +raw binaries. All binaries have OS in their names as well now, following +regular naming used throughout NSPCC, so instead of neofs-cli-amd64 you get +neofs-cli-linux-amd64 now. ## [0.40.0] - 2024-02-09 - Maldo