Update changelog
This commit is contained in:
parent
7f8271e215
commit
32b98ae818
16
CHANGES.rst
16
CHANGES.rst
|
@ -2,6 +2,22 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.8.105 (2020-08-21)
|
||||
--------------------
|
||||
|
||||
* Tweaks for export views, to make more generic.
|
||||
|
||||
* Add config for "global" help URL.
|
||||
|
||||
* Remove ``<section>`` tag around "no results" for minimal b-table.
|
||||
|
||||
* Allow for unknown/missing "changed by" user for product price history.
|
||||
|
||||
* Add buefy theme support for ordering worksheet.
|
||||
|
||||
* Don't require department by default, for new purchasing batch.
|
||||
|
||||
|
||||
0.8.104 (2020-08-17)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.104'
|
||||
__version__ = '0.8.105'
|
||||
|
|
Loading…
Reference in a new issue