From 1b5cc1bb543740c6c2629e361ec8c8a0197ccd10 Mon Sep 17 00:00:00 2001 From: Dave Hrycyszyn Date: Tue, 7 Feb 2023 15:12:51 +0000 Subject: [PATCH] Changelog tweaks --- CHANGELOG.md | 5 +---- explorer/CHANGELOG.md | 5 ++++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 764e029ee9..e67f596aac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,7 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https:// - Separate `nym-api` endpoints with values of "total-supply" and "circulating-supply" in `nym` ([#2964]) - Add `host` option to client init ([#2912]) - Remove Coconut feature flag ([#2793]) - -[#2964]: https://github.com/nymtech/nym/issues/2964 -[#2912]: https://github.com/nymtech/nym/issues/2912 -[#2793]: https://github.com/nymtech/nym/issues/2793 +- Don't drop in mixnet connection handler ([#2963]) ### 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. diff --git a/explorer/CHANGELOG.md b/explorer/CHANGELOG.md index 82d32536fe..0098db042d 100644 --- a/explorer/CHANGELOG.md +++ b/explorer/CHANGELOG.md @@ -1,5 +1,8 @@ ## UNRELEASED -## [nym-explorer-v1.0.5](https://github.com/nymtech/nym/tree/nym-explorer-v1.0.5) (2023-01-31) + +- nothing yet + +## [nym-explorer-v1.0.5](https://github.com/nymtech/nym/tree/nym-explorer-v1.0.5) (2023-02-07) - NE - link `Owner` field on the node detail page to the account details on NG explorer ([#2923]) - NE - Upgrade Sandbox and make below changes: ([#2332])