Update changelog

This commit is contained in:
Lance Edgar 2019-10-12 13:41:00 -05:00
parent acda689b15
commit 1e0f707a6d
2 changed files with 23 additions and 1 deletions

View file

@ -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)
-------------------

View file

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