Update changelog

This commit is contained in:
Lance Edgar 2022-08-17 21:30:39 -05:00
parent 2fde1db83c
commit d8de36b5ac
2 changed files with 13 additions and 1 deletions

View file

@ -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)
-------------------- --------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*- # -*- coding: utf-8; -*-
__version__ = '0.8.247' __version__ = '0.8.248'