Update changelog

This commit is contained in:
Christopher Goes 2018-07-18 10:04:53 +02:00
parent 2c0cd73fc5
commit 16d4e0773d
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ BREAKING CHANGES
FEATURES
* [lcd] Can now query governance proposals by ProposalStatus
* [x/mock/simulation] Randomized simulation framework
* Modules specify invariants and operations, preferably in an x/[module]/simulation package
* Modules can test random combinations of their own operations
* Applications can integrate operations and invariants from modules together for an integrated simulation
IMPROVEMENTS
* [baseapp] Allow any alphanumeric character in route