Update changelog
This commit is contained in:
parent
cc79fe76fd
commit
c7eeaffec9
14
CHANGES.rst
14
CHANGES.rst
|
@ -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)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.43'
|
||||
__version__ = '0.8.44'
|
||||
|
|
Loading…
Reference in a new issue