Update changelog

This commit is contained in:
Lance Edgar 2019-10-14 15:25:54 -05:00
parent c0219938e3
commit fa52ff5545
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
CHANGELOG CHANGELOG
========= =========
0.8.68 (2019-10-14)
-------------------
* Use ``self.has_perm()`` within MasterView.
* Only show action URL if present, for Buefy grid rows.
* Show active flag for users mini-grid on Role view page.
0.8.67 (2019-10-12) 0.8.67 (2019-10-12)
------------------- -------------------

View file

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