From 2c6b414098bbfeaf48085362486a1cb822267552 Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Tue, 15 May 2018 23:36:44 +0200 Subject: [PATCH] Move changelog entry to version 0.17 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5c302d523..b4bd856700 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ FEATURES * [gaiad] Added `gaiad export` command to export current state to JSON * [x/bank] Tx tags with sender/recipient for indexing & later retrieval * [x/stake] Tx tags with delegator/candidate for delegation & unbonding, and candidate info for declare candidate / edit candidacy +* [x/auth] Added ability to change pubkey to auth module IMPROVEMENTS @@ -42,7 +43,6 @@ BREAKING CHANGES * gaiad init now requires use of `--name` flag * Removed Get from Msg interface * types/rational now extends big.Rat -* added ability to change pubkey to auth module FEATURES: