Update changelog
This commit is contained in:
parent
dd773d4e5e
commit
ad3b660bc0
14
CHANGES.rst
14
CHANGES.rst
|
@ -2,6 +2,20 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.8.51 (2019-07-13)
|
||||
-------------------
|
||||
|
||||
* Add basic "DB picker" support, for views which allow multiple engines.
|
||||
|
||||
* Include employee history data in context for "view profile".
|
||||
|
||||
* Add custom permissions for People "profile" view.
|
||||
|
||||
* Use latest version of Buefy by default, for falafel theme.
|
||||
|
||||
* Send URL for viewing employee, along to profile page template.
|
||||
|
||||
|
||||
0.8.50 (2019-07-09)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.50'
|
||||
__version__ = '0.8.51'
|
||||
|
|
Loading…
Reference in a new issue