Update changelog
This commit is contained in:
parent
9c205d7da5
commit
3d7acbbe1d
10
CHANGES.rst
10
CHANGES.rst
|
@ -2,6 +2,16 @@
|
|||
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)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.6.49'
|
||||
__version__ = '0.6.50'
|
||||
|
|
Loading…
Reference in a new issue