Update changelog

This commit is contained in:
Lance Edgar 2021-11-02 11:15:44 -05:00
parent 7651efff9d
commit 209b4b4de3
2 changed files with 17 additions and 1 deletions

View file

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

View file

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