Changelog tweaks

This commit is contained in:
Dave Hrycyszyn
2023-02-07 15:12:51 +00:00
committed by Jon Häggblad
parent e980441e5f
commit 1b5cc1bb54
2 changed files with 5 additions and 5 deletions
+1 -4
View File
@@ -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.
+4 -1
View File
@@ -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])