Update changelog

This commit is contained in:
Lance Edgar 2021-09-25 15:34:29 -04:00
parent 0dc9793772
commit 9fe1d4c596
2 changed files with 15 additions and 1 deletions

View file

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

View file

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