diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f2e12a..949d5a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: @@ -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