Update changelog
This commit is contained in:
parent
927eb3b38c
commit
873104d573
20
CHANGES.rst
20
CHANGES.rst
|
@ -2,6 +2,26 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.6.52 (2017-12-08)
|
||||
-------------------
|
||||
|
||||
* Add transaction "System ID" field for Trainwreck.
|
||||
|
||||
* Add ``Grid.set_sort_defaults()`` method.
|
||||
|
||||
* Change template prefix for vendor catalog batches.
|
||||
|
||||
* Add basic "helptext" support for forms2.
|
||||
|
||||
* Add cleared/selected callbacks for jquery autocomplete in forms2.
|
||||
|
||||
* Add ``Grid.remove_filter()`` method.
|
||||
|
||||
* Add custom schema type for jQuery time picker data.
|
||||
|
||||
* Refactor lots of views to use master3.
|
||||
|
||||
|
||||
0.6.51 (2017-12-03)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.6.51'
|
||||
__version__ = '0.6.52'
|
||||
|
|
Loading…
Reference in a new issue