Update changelog

This commit is contained in:
Lance Edgar 2017-12-08 18:04:46 -06:00
parent 927eb3b38c
commit 873104d573
2 changed files with 21 additions and 1 deletions

View file

@ -2,6 +2,26 @@
CHANGELOG 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) 0.6.51 (2017-12-03)
------------------- -------------------

View file

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