Check status code before throwing JSON error (#198)

* Check status code before throwing JSON error

* Update release notes
This commit is contained in:
Oliver 2022-08-01 13:18:26 +10:00 committed by GitHub
parent 2cbcf275ab
commit e78bb78bfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 16 deletions

View file

@ -1,6 +1,14 @@
## InvenTree App Release Notes
---
### 0.8.1 - August 2022
---
- Added extra filtering options for PartCategory list
- Added extra filtering options for StockLocation list
- Fixed bug related to null widget context
- Improved error handling and reporting
### 0.8.0 - July 2022
---