Update changelog

This commit is contained in:
Lance Edgar 2019-12-02 08:40:45 -06:00
parent 6c029382d9
commit 7b5ac7eba4
2 changed files with 17 additions and 1 deletions

View file

@ -2,6 +2,22 @@
CHANGELOG
=========
0.8.76 (2019-12-02)
-------------------
* Allow update of row unit cost directly from receiving batch view.
* Show vendor item code in receiving batch row grid.
* Expose catalog cost, allow updating, for receiving batch rows.
* Add API view for marking "receiving complete" for receiving batch.
* Allow override of user authentication logic for API.
* Add API views for admin user to become / stop being "root".
0.8.75 (2019-11-19)
-------------------

View file

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