Update changelog
This commit is contained in:
parent
7651efff9d
commit
209b4b4de3
16
CHANGES.rst
16
CHANGES.rst
|
@ -2,6 +2,22 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.8.165 (2021-11-02)
|
||||
--------------------
|
||||
|
||||
* Optionally set the ``sticky-header`` attribute for main buefy grids.
|
||||
|
||||
* Show case qty by default for costing batch rows.
|
||||
|
||||
* Highlight the "did not receive" rows for purchase batch.
|
||||
|
||||
* Improve validation for Person field of User form.
|
||||
|
||||
* Omit "edit" link unless user has perm, for Customer "people" subgrid.
|
||||
|
||||
* Highlight "cannot calculate price" rows for new product batch.
|
||||
|
||||
|
||||
0.8.164 (2021-10-20)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.164'
|
||||
__version__ = '0.8.165'
|
||||
|
|
Loading…
Reference in a new issue