Update changelog

This commit is contained in:
Lance Edgar 2017-09-28 12:13:30 -05:00
parent 6186700a66
commit 791f3beffc
2 changed files with 21 additions and 1 deletions

View file

@ -2,6 +2,26 @@
CHANGELOG 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) 0.6.36 (2017-09-15)
------------------- -------------------

View file

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