Update changelog

This commit is contained in:
Lance Edgar 2019-06-18 16:25:37 -05:00
parent cc79fe76fd
commit c7eeaffec9
2 changed files with 15 additions and 1 deletions

View file

@ -2,6 +2,20 @@
CHANGELOG
=========
0.8.44 (2019-06-18)
-------------------
* Add generic ``/page.mako`` template.
* Add Buefy support for "execute results" from core batch grid view.
* Pull the grid tools to the right, for Buefy.
* Fix click behavior for all/diffs package links in upgrade view.
* Refactor form/page component structure for Buefy/Vue.js.
0.8.43 (2019-06-16)
-------------------

View file

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