From 8153553dcd8d68c752b9988ce7d7b9e360529b65 Mon Sep 17 00:00:00 2001 From: Owen Zhang <38493437+superboyiii@users.noreply.github.com> Date: Fri, 8 Oct 2021 22:27:36 +0800 Subject: [PATCH] Update changelog for v3.0.3 (#827) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebab9e7f9..edc12619d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog All notable changes to this project will be documented in this file. +## [3.0.3] + +### Changed +- ([#812](https://github.com/neo-project/neo-node/pull/812/)) User friendly cli console write system +- ([#815](https://github.com/neo-project/neo-node/pull/815/)) Enable private key import in initial wallet creation +- ([#823](https://github.com/neo-project/neo-node/pull/823/)) Show gas before send + +### Added +- ([#813](https://github.com/neo-project/neo-node/pull/813/)) Add Copyright +- ([#817](https://github.com/neo-project/neo-node/pull/817/)) Add delete address command +- ([#825](https://github.com/neo-project/neo-node/pull/825/)) Add connections config + + + ## [3.0.2] ### Changed