Update changelog

This commit is contained in:
Lance Edgar 2020-02-26 15:04:56 -06:00
parent cd8d70de0e
commit 77eead761e
2 changed files with 17 additions and 1 deletions

View file

@ -2,6 +2,22 @@
CHANGELOG
=========
0.8.85 (2020-02-26)
-------------------
* Overhaul the /ordering batch API somewhat; update docs.
* Tweak ``save_edit_row_form()`` of purchase batch view, to leverage handler.
* Tweak ``worksheet_update()`` of ordering batch view, to leverage handler.
* Fix "edit row" logic for ordering batch.
* Raise 404 not found instead of error, when user is not employee.
* Send batch params as part of normalized API.
0.8.84 (2020-02-21)
-------------------

View file

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