Update changelog
This commit is contained in:
parent
4ce695d933
commit
a8b83d9fe1
|
@ -2,6 +2,14 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.42 (2019-06-14)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Fix some response headers per python 3.
|
||||||
|
|
||||||
|
* Make person, created by fields readonly when editing Person Note.
|
||||||
|
|
||||||
|
|
||||||
0.8.41 (2019-06-13)
|
0.8.41 (2019-06-13)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.41'
|
__version__ = '0.8.42'
|
||||||
|
|
Loading…
Reference in a new issue