Update changelog

This commit is contained in:
Lance Edgar 2020-08-09 15:06:41 -05:00
parent ca31af196f
commit b4ea1489a7
2 changed files with 21 additions and 1 deletions

View file

@ -2,6 +2,26 @@
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)
--------------------

View file

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