Skip to content

Commit

Permalink
chore: introduce Event Breaking section in CHANGELOG (#1112)
Browse files Browse the repository at this point in the history
* Introduce Event Breaking section in CHANGELOG

* Update CHANGELOG.md

Co-authored-by: zemyblue <[email protected]>

---------

Co-authored-by: zemyblue <[email protected]>
  • Loading branch information
0Tech and zemyblue authored Sep 7, 2023
1 parent 1df6411 commit 0ea205b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Types of changes (Stanzas):
"Bug Fixes" for any bug fixes.
"Client Breaking" for breaking Protobuf, gRPC and REST routes used by end-users.
"CLI Breaking" for breaking CLI commands.
"Event Breaking" for breaking events.
"API Breaking" for breaking exported APIs used by developers building on SDK.
"State Machine Breaking" for any changes that result in a different AppState given same genesisState and txList.
Ref: https://keepachangelog.com/en/1.0.0/
Expand All @@ -49,6 +50,8 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Removed

### Breaking Changes

### Event Breaking Changes
* (refactor) [\#1063](https://github.com/Finschia/finschia-sdk/pull/1063) Automate EventTypeMessage inclusion in every message execution (backport cosmos/cosmos-sdk#13532)
* (x/bank) [#1066](https://github.com/Finschia/finschia-sdk/pull/1066) Remove message events including `sender` attribute whose information is already present in the relevant events (backport cosmos/cosmos#17273)

Expand Down

0 comments on commit 0ea205b

Please sign in to comment.