Update changelog
This commit is contained in:
parent
6b1c313efd
commit
43db60bbee
18
CHANGES.rst
18
CHANGES.rst
|
@ -5,6 +5,24 @@ CHANGELOG
|
||||||
Unreleased
|
Unreleased
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
0.10.7 (2024-06-01)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Add setting to allow decimal quantities for receiving.
|
||||||
|
|
||||||
|
* Log error if registry has no rattail config.
|
||||||
|
|
||||||
|
* Add column filters for import/export main grid.
|
||||||
|
|
||||||
|
* Fix overflow when instance header title is too long (butterball).
|
||||||
|
|
||||||
|
* Escape all unsafe html for grid data.
|
||||||
|
|
||||||
|
* Add speedbumps for delete, set preferred email/phone in profile view.
|
||||||
|
|
||||||
|
* Fix file upload widget for oruga.
|
||||||
|
|
||||||
|
|
||||||
0.10.6 (2024-05-29)
|
0.10.6 (2024-05-29)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.10.6'
|
__version__ = '0.10.7'
|
||||||
|
|
Loading…
Reference in a new issue