Skip to content

Commit

Permalink
add breaking changes section
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Apr 30, 2024
1 parent 0a17356 commit ab71ad8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# CHANGELOG

## Unreleased
### Breaking Changes
* `MsgUpdateVerificationFlags` has been removed, and replaced with `MsgEnableVerificationFlags` and `MsgDisableVerificationFlags` messages.
* `MsgEnableVerificationFlags` message enables the verification flags for a list of chains and can be triggered via `PolicyType_groupOperational`
* `MsgDisableVerificationFlags` message disables the verification flags for a list of chains and can be triggered via `PolicyType_emergency`

### Refactor

Expand Down

0 comments on commit ab71ad8

Please sign in to comment.