Update changelog
This commit is contained in:
parent
e7fb1559f5
commit
d7c145ce39
14
CHANGES.rst
14
CHANGES.rst
|
@ -2,6 +2,20 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.8.156 (2021-10-05)
|
||||
--------------------
|
||||
|
||||
* Show "contact notes" when creating new custorder.
|
||||
|
||||
* Improve phone editing for new custorder.
|
||||
|
||||
* Add button to refresh contact info for new custorder.
|
||||
|
||||
* Overhaul the "Personal" tab of profile view.
|
||||
|
||||
* Refactor the Employee tab of profile view, per better patterns.
|
||||
|
||||
|
||||
0.8.155 (2021-10-01)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.155'
|
||||
__version__ = '0.8.156'
|
||||
|
|
Loading…
Reference in a new issue