Update changelog
This commit is contained in:
parent
9ebff91db0
commit
f816098199
|
@ -2,6 +2,14 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.5.16 (2016-08-05)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Fallback to empty string for email preview recipient, if current user has no address
|
||||||
|
|
||||||
|
* Allow negative sign, decimal point for "numeric" text fields
|
||||||
|
|
||||||
|
|
||||||
0.5.15 (2016-07-27)
|
0.5.15 (2016-07-27)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
__version__ = u'0.5.15'
|
__version__ = u'0.5.16'
|
||||||
|
|
Loading…
Reference in a new issue