Skip to content

Commit

Permalink
Update CHANGELOG for v15
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Apr 11, 2024
1 parent ffd90f2 commit 9f54ff1
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,29 @@ Changes should start with one of the following tags:
- `[changed]` for changes to the existing API
- `[removed]` for keys that have been removed from the schema

## v15 (unreleased)

Root level:

- [added] The `linked_spaces` field was added ([#75])

`events`:

- [changed] Clarify that `timestamp` unit is in seconds ([#98])

`location`:

- [added] The `hint` field was added ([#102])

`sensors`:

- [added] The `power_generation` sensor was added ([#105])
- [added] The `lastchange` field was added to all sensors ([#97])

`state`:

- [changed] Clarify that `lastchange` unit is in seconds ([#98])

## v14

Root level:
Expand Down Expand Up @@ -71,5 +94,10 @@ Root level:
[#67]: https://github.com/SpaceApi/schema/pull/67
[#70]: https://github.com/SpaceApi/schema/pull/70
[#72]: https://github.com/SpaceApi/schema/pull/72
[#75]: https://github.com/SpaceApi/schema/pull/75
[#77]: https://github.com/SpaceApi/schema/pull/77
[#80]: https://github.com/SpaceApi/schema/pull/80
[#97]: https://github.com/SpaceApi/schema/pull/97
[#98]: https://github.com/SpaceApi/schema/pull/98
[#102]: https://github.com/SpaceApi/schema/pull/102
[#105]: https://github.com/SpaceApi/schema/pull/105

0 comments on commit 9f54ff1

Please sign in to comment.