Update changelog

This commit is contained in:
Lance Edgar 2019-03-11 13:01:31 -05:00
parent 512084194d
commit 9b1efc3e45
2 changed files with 29 additions and 1 deletions

View file

@ -2,6 +2,34 @@
CHANGELOG
=========
0.8.26 (2019-03-11)
-------------------
* Expose "true cost" and "true margin" columns for products grid.
* Use configured background color for 'bobcat' theme.
* Add view, edit links to vue.js users index.
* Fix navbar, footer background to match custom body background (bobcat theme).
* Fix layout issues for bobcat theme, so footer sticks to bottom.
* Fix login page styles for bobcat theme.
* Refactor template ``content_title()`` and prev/next buttons feature.
* Add basic 'dodo' theme.
* Allow apps to set background color per request.
* Add 'falafel' theme, based on bobcat.
* Begin to customize grid filters, for 'falafel' theme.
* Fix PO unit cost calculation for ordering row, batch.
0.8.25 (2019-03-08)
-------------------

View file

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