Update changelog

This commit is contained in:
Lance Edgar 2020-03-11 13:31:59 -05:00
parent d72f61a98d
commit d8b9ae9ff1
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
CHANGELOG CHANGELOG
========= =========
0.8.89 (2020-03-11)
-------------------
* Refactor "view profile" page per latest Buefy theme conventions.
* Move logic for Order Form worksheet into purchase batch handler.
* Make sure all contact info is "touched" when touching person record.
0.8.88 (2020-03-05) 0.8.88 (2020-03-05)
------------------- -------------------

View file

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