Update changelog

This commit is contained in:
Starbeamrainbowlabs 2019-06-21 22:12:49 +01:00
parent dc47923f3e
commit cdc9dcc3e3
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 0 deletions

View File

@ -3,11 +3,13 @@ This is the changelog for the air quality web interface and its associated HTTP
- `[API]` refers to changes to the [HTTP API](https://aq.connectedhumber.org/__nightdocs/05-API-Docs.html).
- `[Code]` refers to internal changes to the code that have no direct impact on the web interface or the HTTP API, but are significant enough to warrant note.
- `[Docs]` refers to changes to the [documentation](https://aq.connectedhumber.org/__nightdocs/00-Welcome.html).
## v0.11 - 21st June 2019
- [API] Add new [`list-devices-near`](https://aq.connectedhumber.org/__nightdocs/05-API-Docs.html#list-devices-near) action.
- [API] Clarified that clients MUST ignore properties returned by the API that they do not understand.
- [API] Clarified that clients SHOULD respect the `cache-control` HTTP header returned by many API actions
- [Docs] Improved documentation about where to get the initial database schema from.
## v0.10.4 - 20th June 2019
- [Code] Update dependencies behind web interface