Update changelog

This commit is contained in:
Lance Edgar 2024-04-15 10:56:49 -05:00
parent d4089fbc6e
commit 2f115c0717
2 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,10 @@ CHANGELOG
Unreleased Unreleased
---------- ----------
0.9.91 (2024-04-15)
-------------------
* Avoid uncaught error when updating order batch row quantities. * Avoid uncaught error when updating order batch row quantities.
* Try to return JSON error when receiving API call fails. * Try to return JSON error when receiving API call fails.
@ -13,7 +17,8 @@ Unreleased
* Show toast msg instead of silent error, when grid fetch fails. * Show toast msg instead of silent error, when grid fetch fails.
* Rename template files to avoid "buefy" names. * Remove most references to "buefy" name in class methods, template
filenames etc.
0.9.90 (2024-04-01) 0.9.90 (2024-04-01)

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*- # -*- coding: utf-8; -*-
__version__ = '0.9.90' __version__ = '0.9.91'