Update changelog
This commit is contained in:
parent
0e46b25f6e
commit
2100f0461d
10
CHANGES.rst
10
CHANGES.rst
|
@ -2,6 +2,16 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.87 (2020-03-02)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Add new "master" API view class; refactor products and batches to use it.
|
||||||
|
|
||||||
|
* Refactor all API views thus far, to use new v2 master.
|
||||||
|
|
||||||
|
* Use Cornice when registering all "service" API views.
|
||||||
|
|
||||||
|
|
||||||
0.8.86 (2020-03-01)
|
0.8.86 (2020-03-01)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.86'
|
__version__ = '0.8.87'
|
||||||
|
|
Loading…
Reference in a new issue