Update changelog
This commit is contained in:
parent
6186700a66
commit
791f3beffc
20
CHANGES.rst
20
CHANGES.rst
|
@ -2,6 +2,26 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.6.37 (2017-09-28)
|
||||
-------------------
|
||||
|
||||
* Fix data type/size issue with CSV download
|
||||
|
||||
* Don't set batch input file on creation, if no file exists
|
||||
|
||||
* Add "auto-enhance" select field template for deform
|
||||
|
||||
* Add ability to override schema node for custom deform fields
|
||||
|
||||
* Fix deform widget resource inclusion for master/create template
|
||||
|
||||
* Pass form along to ``before_create_flush()`` in master3
|
||||
|
||||
* Add "populatable" for master views (populating new objects with progress)
|
||||
|
||||
* Add 'duration' type for new form fields
|
||||
|
||||
|
||||
0.6.36 (2017-09-15)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.6.36'
|
||||
__version__ = '0.6.37'
|
||||
|
|
Loading…
Reference in a new issue