Update changelog
This commit is contained in:
parent
acda689b15
commit
1e0f707a6d
22
CHANGES.rst
22
CHANGES.rst
|
@ -2,6 +2,28 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.8.67 (2019-10-12)
|
||||
-------------------
|
||||
|
||||
* Fix URL for user, for feedback email.
|
||||
|
||||
* Add "is false or null" verb for boolean grid filters.
|
||||
|
||||
* Move label batch views to ``tailbone.views.batch.labels``.
|
||||
|
||||
* Allow bulk-delete for some common batches.
|
||||
|
||||
* Move vendor catalog batch views to ``tailbone.views.batch.vendorcatalog``.
|
||||
|
||||
* Expose the "is preferred vendor" flag for vendor catalog batches.
|
||||
|
||||
* Move vendor invoice batch views to ``tailbone.views.batch.vendorinvoice``.
|
||||
|
||||
* Expose unit cost diff for vendor invoice batch rows.
|
||||
|
||||
* Honor configured db key sequence; let config hide some db keys from UI.
|
||||
|
||||
|
||||
0.8.66 (2019-10-08)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.66'
|
||||
__version__ = '0.8.67'
|
||||
|
|
Loading…
Reference in a new issue