Add changes files for previous PRs (#1330)

* Add chnages files for previous PRs

* Update changes/1239-improve-auth-errors

Co-authored-by: Zach Wasserman <zach@fleetdm.com>

* Update changes/1208-fetch-all-host-data

Co-authored-by: Zach Wasserman <zach@fleetdm.com>

* Remove contributor only change

Co-authored-by: Zach Wasserman <zach@fleetdm.com>
This commit is contained in:
Tomas Touceda 2021-07-09 13:09:53 -03:00 committed by GitHub
parent 5bb4a05b44
commit d90c16f96f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
* Make sure to fetch all host data when listing hosts. Fixes issue 1208.

View File

@ -0,0 +1 @@
* Return distinct error messages when Authorization header is missing vs when the token is wrong. Fixes issue 1239.