Update changelog
This commit is contained in:
parent
0dc9793772
commit
9fe1d4c596
14
CHANGES.rst
14
CHANGES.rst
|
@ -2,6 +2,20 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.8.149 (2021-09-25)
|
||||
--------------------
|
||||
|
||||
* Improve default autocomplete query logic, w/ multiple ILIKE.
|
||||
|
||||
* Add placeholder to customer lookup for new order.
|
||||
|
||||
* Invoke handler for customer autocomplete when making new custorder.
|
||||
|
||||
* Improve "employees" list when viewing a department, for buefy themes.
|
||||
|
||||
* Add products row grid for misc. org table views.
|
||||
|
||||
|
||||
0.8.148 (2021-09-22)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.148'
|
||||
__version__ = '0.8.149'
|
||||
|
|
Loading…
Reference in a new issue