Update changelog
This commit is contained in:
parent
95418ab459
commit
9e5b43ca66
26
CHANGES.rst
26
CHANGES.rst
|
@ -2,6 +2,32 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.5.101 (2017-05-25)
|
||||
--------------------
|
||||
|
||||
* Fix subtle bug when identifying purchase batch row on order form update
|
||||
|
||||
* Remove references to deprecated batch handler methods
|
||||
|
||||
* Add validation for unique name when creating new Setting
|
||||
|
||||
* Simplify page title display for mobile base template
|
||||
|
||||
* Refactor "purchasing" batch views, split off "ordering"
|
||||
|
||||
* Add initial (full-ish) support for mobile receiving views
|
||||
|
||||
* Add support for bulk-delete of Pricing Batches
|
||||
|
||||
* Pad session timeout warning by 10 seconds, to account for drift
|
||||
|
||||
* Add highlight to active row within Order Form view
|
||||
|
||||
* Make 'notes' field use textarea renderer by default, for all batches
|
||||
|
||||
* Add basic ability to download Ordering Batch as Excel spreadsheet
|
||||
|
||||
|
||||
0.5.100 (2017-05-18)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = u'0.5.100'
|
||||
__version__ = u'0.5.101'
|
||||
|
|
Loading…
Reference in a new issue