From d624ca1980ababf8ac6b4d1713b76e157f3d695c Mon Sep 17 00:00:00 2001 From: Aditya Date: Fri, 30 Aug 2019 16:02:00 +0000 Subject: [PATCH] Merge PR #114: split BREAKING CHANGES into subsections --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 102c79ee..53dd902f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,8 @@ Types of changes (Stanzas): "Improvements" for changes in existing functionality. "Deprecated" for soon-to-be removed features. "Bug Fixes" for any bug fixes. -"Breaking" for breaking API changes. +"Client Breaking" for breaking CLI commands and REST routes. +"State Machine Breaking" for breaking the AppState Ref: https://keepachangelog.com/en/1.0.0/ --> @@ -42,7 +43,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ * [\#104](https://github.com/cosmos/gaia/issues/104) Fix `ModuleAccountAddrs` to not rely on the `x/supply` keeper to get module account addresses for blacklisting. -### Breaking Changes +### State Machine Breaking Changes * (sdk) Update SDK version to v0.37.0