diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cfbe82dd..d31ce6cbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,13 @@ FEATURES: * Add CacheContext * Add auto sequencing to client * Add FeeHandler to ante handler +* Gaia stake commands include, DeclareCandidacy, EditCandidacy, Delegate, Unbond +* MountStoreWithDB without providing a custom store works. BREAKING CHANGES * Remove go-wire, use go-amino +* Gaia simple-staking bond and unbond functions replaced * [store] Add `SubspaceIterator` and `ReverseSubspaceIterator` to `KVStore` interface * [basecoin] NewBasecoinApp takes a `dbm.DB` and uses namespaced DBs for substores * All module keepers now require a codespace, see basecoin or democoin for usage @@ -18,12 +21,6 @@ BREAKING CHANGES BUG FIXES * Gaia now uses stake, ported from github.com/cosmos/gaia -FEATURES: - -* Add CacheContext -* Gaia stake commands include, DeclareCandidacy, EditCandidacy, Delegate, Unbond -* MountStoreWithDB without providing a custom store works. - ## 0.14.1 (April 9, 2018) BUG FIXES