Update changelog
This commit is contained in:
parent
6c029382d9
commit
7b5ac7eba4
16
CHANGES.rst
16
CHANGES.rst
|
@ -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)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.75'
|
||||
__version__ = '0.8.76'
|
||||
|
|
Loading…
Reference in a new issue