Update changelog

This commit is contained in:
Lance Edgar 2020-09-24 13:54:46 -05:00
parent c79b63e270
commit 9dc9bd162f
2 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,18 @@
CHANGELOG
=========
0.8.110 (2020-09-24)
--------------------
* Add ``user_is_protected()`` method to core View class.
* Change how we protect certain person, employee records.
* Add global help URL to login template.
* Fix bug when fetching partial versions data grid.
0.8.109 (2020-09-22)
--------------------

View file

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