Update changelog
This commit is contained in:
parent
86617e410f
commit
df00dd600a
18
CHANGES.rst
18
CHANGES.rst
|
@ -2,6 +2,24 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.8.86 (2020-03-01)
|
||||
-------------------
|
||||
|
||||
* Add toggle complete, more normalized row fields for odering batch API.
|
||||
|
||||
* Return employee_uuid along with user info, from API.
|
||||
|
||||
* Add support for executing ordering batches via API.
|
||||
|
||||
* Fix how we fetch employee history, for profile view.
|
||||
|
||||
* Cleanup main version history views for Buefy theme.
|
||||
|
||||
* Fix product price, cost history dialogs, for Buefy theme.
|
||||
|
||||
* Fix some basic product editing features.
|
||||
|
||||
|
||||
0.8.85 (2020-02-26)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.85'
|
||||
__version__ = '0.8.86'
|
||||
|
|
Loading…
Reference in a new issue