Update changelog

This commit is contained in:
Lance Edgar 2017-07-14 23:57:01 -05:00
parent 965dac9f43
commit 5be3671a77
2 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,18 @@
CHANGELOG
=========
0.6.8 (2017-07-14)
------------------
* Provide default renderers for SA mapped tables, where possible
* Add flexible grid class for v3 grids for width=half etc.
* Final grid refactor; we now have just 'grids' :)
* Refactor (coalesce) all batch-related templates
0.6.7 (2017-07-14)
------------------

View file

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