2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 03:35:28 +00:00

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
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
---