Update changelog

This commit is contained in:
Lance Edgar 2020-03-01 12:24:41 -06:00
parent 86617e410f
commit df00dd600a
2 changed files with 19 additions and 1 deletions

View file

@ -2,6 +2,24 @@
CHANGELOG 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) 0.8.85 (2020-02-26)
------------------- -------------------

View file

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