From 04e5cfabb8f582a8b903760d454699ffdfa05715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Tue, 6 Sep 2022 12:49:59 +0200 Subject: [PATCH] changelog: add note --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b9a93a151..197d79ada8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,12 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https:// ### Changed - validator-client: made `fee` argument optional for `execute` and `execute_multiple` ([#1541]) +- socks5 client: graceful shutdown should fix error on disconnect in nym-connect ([#1591]) [#1541]: https://github.com/nymtech/nym/pull/1541 [#1558]: https://github.com/nymtech/nym/pull/1558 [#1577]: https://github.com/nymtech/nym/pull/1577 +[#1591]: https://github.com/nymtech/nym/pull/1591 ## [nym-binaries-1.0.2](https://github.com/nymtech/nym/tree/nym-binaries-1.0.2)