Update changelog
This commit is contained in:
parent
ca31af196f
commit
b4ea1489a7
20
CHANGES.rst
20
CHANGES.rst
|
@ -2,6 +2,26 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.101 (2020-08-09)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Fix missing scrollbar when version diff table is too wide for screen.
|
||||||
|
|
||||||
|
* Add basic web views for "new customer order" batches.
|
||||||
|
|
||||||
|
* Tweak the buefy autocomplete component a bit.
|
||||||
|
|
||||||
|
* Add basic/unfinished "new customer order" page/feature.
|
||||||
|
|
||||||
|
* Add ``protected_usernames()`` config function.
|
||||||
|
|
||||||
|
* Add ``model`` to global template context, plus ``h.maxlen()``.
|
||||||
|
|
||||||
|
* Coalesce on ``User.active`` when merging.
|
||||||
|
|
||||||
|
* Expose user reference(s) for employees.
|
||||||
|
|
||||||
|
|
||||||
0.8.100 (2020-07-30)
|
0.8.100 (2020-07-30)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.100'
|
__version__ = '0.8.101'
|
||||||
|
|
Loading…
Reference in a new issue