Skip to content

Commit 2c207c8

Browse files
committed
Update CHANGELOG with state field changes
1 parent 0ec9dd1 commit 2c207c8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ Possible log types:
1515

1616
- [added] The `Sensors`, `PeopleNowPresentSensor` and `TemperatureSensor`
1717
structs now derive `Default` (#84)
18-
- [added] Basic support for the new v14 API (#85) This is a breaking change since
19-
it changes the `api` field of `Status` to `Option<String>`. Includes
18+
- [added] Basic support for the new v14 API (#85, #87, #89, #90, #91) This is a
19+
breaking change since it changes the `api` field of `Status` to
20+
`Option<String>` and the `state` field to `Option<State>`. Includes
2021
* Add `xmpp` field in `Contact` struct and deprecate the `jabber` field
2122
* Add `xmpp` field to `Keymaster`
2223
* Rename jabber to xmpp in contact field
@@ -25,6 +26,7 @@ Possible log types:
2526
spacefed.spacephone and stream keys
2627
* Add `mumble`, `matrix`, `mastodon` and `gopher` to `Contact`
2728
* Add `mastodon` field to `Keymaster`
29+
* Make `state` field optional and disallow `null` for `state.open`
2830

2931

3032
### v0.7.0 (2019-08-22)

0 commit comments

Comments
 (0)