Update changelog
This commit is contained in:
parent
e945ebe325
commit
422b7681f4
|
@ -2,6 +2,14 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.6.33 (2017-08-16)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Add ``LocalDateTimeFieldRenderer`` for formalchemy
|
||||||
|
|
||||||
|
* Fix auto-disable button on form submit, per Chrome issues
|
||||||
|
|
||||||
|
|
||||||
0.6.32 (2017-08-15)
|
0.6.32 (2017-08-15)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.6.32'
|
__version__ = '0.6.33'
|
||||||
|
|
Loading…
Reference in a new issue