Update changelog

This commit is contained in:
Lance Edgar 2023-01-16 18:44:54 -06:00
parent 00548a259b
commit 9b21d52206
2 changed files with 19 additions and 1 deletions

View file

@ -2,6 +2,24 @@
CHANGELOG CHANGELOG
========= =========
0.8.284 (2023-01-15)
--------------------
* Let the API "rawbytes" response be just that, w/ no file.
* Fix bug when adding new profile via datasync configure.
* Add default logic to get merge data for object.
* Add new handlers, TailboneHandler and MenuHandler.
* Add full set of default menus.
* Wrap up steps for new table wizard.
* Add basic "new model view" wizard.
0.8.283 (2023-01-14) 0.8.283 (2023-01-14)
-------------------- --------------------

View file

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