diff --git a/CHANGELOG.md b/CHANGELOG.md index 60586b278c..764e029ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,8 +18,10 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https:// ### Changed - native-client: is now capable of listening for requests on sockets different than `127.0.0.1` ([#2939]). This can be specified via `--host` flag during `init` or `run`. Alternatively a custom `host` can be set in `config.toml` file under `socket` section. +- mixnode, gateway: fix unexpected shutdown on corrupted connection ([#2963]) [#2939]: https://github.com/nymtech/nym/pull/2939 +[#2963]: https://github.com/nymtech/nym/pull/2963 # [v1.1.8] (2023-01-31)