Update changelog
This commit is contained in:
parent
c9cf59762a
commit
da16f25cf2
18
CHANGES.rst
18
CHANGES.rst
|
@ -2,6 +2,24 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.8.83 (2020-02-12)
|
||||
-------------------
|
||||
|
||||
* Use new ``Email.obtain_sample_data()`` method when generating preview.
|
||||
|
||||
* Add some custom display logic for "current price" in pricing batch.
|
||||
|
||||
* Fix email preview for TXT templates on python3.
|
||||
|
||||
* Allow override of "email key" for user feedback, sent via API.
|
||||
|
||||
* Add way to prevent user login via API, per custom logic.
|
||||
|
||||
* Add common ``get_user_info()`` method for all API views.
|
||||
|
||||
* Return package names as list, from "about" page from API.
|
||||
|
||||
|
||||
0.8.82 (2020-02-03)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.82'
|
||||
__version__ = '0.8.83'
|
||||
|
|
Loading…
Reference in a new issue