Update changelog
This commit is contained in:
parent
c79b63e270
commit
9dc9bd162f
12
CHANGES.rst
12
CHANGES.rst
|
@ -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)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.109'
|
||||
__version__ = '0.8.110'
|
||||
|
|
Loading…
Reference in a new issue