From 4fc2e3bc0d60ceb594c515849a3deeeb17bada25 Mon Sep 17 00:00:00 2001 From: Dave Hrycyszyn Date: Mon, 6 Jan 2020 17:42:04 +0000 Subject: [PATCH] Changelog for 0.2.0 release --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e3a675207..bd38641c87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # nym-mixnode Changelog +## 0.2.0 + +* removed the `--local` flag +* introduced `--directory` argument to support arbitrary directory servers. Leaving it out will point the node at the "https://directory.nymtech.net" alpha testnet server +* the `host` argument is now required +* IPv6 support +* mixnode version number is now shown at node start +* directory server location is now shown at node start + ## 0.1.0 - Initial Release -* The bare minimum set of features required by a Nym Mixnode \ No newline at end of file +* The bare minimum set of features required by a Nym Mixnode