Update changelog

This commit is contained in:
Lance Edgar 2017-11-21 14:06:02 -06:00
parent 9c205d7da5
commit 3d7acbbe1d
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
CHANGELOG CHANGELOG
========= =========
0.6.50 (2017-11-21)
-------------------
* Set widget when defining enum for a form2 field.
* Add date/time-picker, autocomplete support for forms2 (deform).
* Add colander magic for association proxy fields.
0.6.49 (2017-11-19) 0.6.49 (2017-11-19)
------------------- -------------------

View file

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