Update changelog.
This commit is contained in:
parent
ab23a8067c
commit
e2131d3500
26
CHANGES.rst
26
CHANGES.rst
|
@ -1,5 +1,31 @@
|
|||
.. -*- coding: utf-8 -*-
|
||||
|
||||
0.4.14
|
||||
------
|
||||
|
||||
* Make anchor tags with 'button' class render as jQuery UI buttons.
|
||||
|
||||
* Tweak ``app.make_rattail_config()`` to allow caller to define some settings.
|
||||
|
||||
* Add ``display_name`` field to employee CRUD view.
|
||||
|
||||
* Allow batch handler to disable the Execute button.
|
||||
|
||||
* Add ``StoreFieldRenderer`` and ``DecimalFieldRenderer``.
|
||||
|
||||
* Tweak how default filter config is handled for batch grid views.
|
||||
|
||||
* Add list of assigned users to role view page.
|
||||
|
||||
* Add products autocomplete view.
|
||||
|
||||
* Add ``rattail_config`` attribute to base ``View`` class.
|
||||
|
||||
* Fix timezone issues with ``util.pretty_datetime()`` function.
|
||||
|
||||
* Add some custom FormEncode validators.
|
||||
|
||||
|
||||
0.4.13
|
||||
------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.4.13'
|
||||
__version__ = u'0.4.14'
|
||||
|
|
Loading…
Reference in a new issue