Update changelog
This commit is contained in:
parent
2fde1db83c
commit
d8de36b5ac
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.248 (2022-08-17)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Redirect to custom index URL when user cancels new custorder entry.
|
||||||
|
|
||||||
|
* Add ``get_next_url_after_submit_new_order()`` for customer orders.
|
||||||
|
|
||||||
|
* Add first experiment with websockets, for datasync status page.
|
||||||
|
|
||||||
|
* Allow user feedback to request email reply back.
|
||||||
|
|
||||||
|
|
||||||
0.8.247 (2022-08-14)
|
0.8.247 (2022-08-14)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.247'
|
__version__ = '0.8.248'
|
||||||
|
|
Loading…
Reference in a new issue