From 67c6c23dfb3c1dedf59ff48bcb3f041bee1d5ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Tue, 7 Feb 2023 14:37:50 +0100 Subject: [PATCH] changelog: add note about fix for unexpected shutdown --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eaa9db428..81706c85bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,11 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https:// - remove coconut feature and unify builds ([#2890]) - 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]) [#2890]: https://github.com/nymtech/nym/pull/2890 [#2939]: https://github.com/nymtech/nym/pull/2939 +[#2963]: https://github.com/nymtech/nym/pull/2963 # [v1.1.8] (2023-01-31)