update changelog for 0.17.0 release

This commit is contained in:
Anton Kaliaev
2018-03-27 09:06:32 +02:00
parent ab4ac04c88
commit 4e86835163
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ type GenesisDoc struct {
}
// AppState returns raw application state.
// TODO: replace with AppState field during next breaking release (0.17)
// TODO: replace with AppState field during next breaking release (0.18)
func (genDoc *GenesisDoc) AppState() json.RawMessage {
if len(genDoc.AppOptions) > 0 {
return genDoc.AppOptions