Update changelog
This commit is contained in:
parent
b793998814
commit
984072467e
30
CHANGES.rst
30
CHANGES.rst
|
@ -2,6 +2,36 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.6.51 (2017-12-03)
|
||||
-------------------
|
||||
|
||||
* Refactor customers view to use master3.
|
||||
|
||||
* Add custom ``FieldList`` class for forms2 field list.
|
||||
|
||||
* Auto-scroll window as needed to ensure drop-down choices are visible.
|
||||
|
||||
* Hide status when creating new purchasing batch.
|
||||
|
||||
* Add "manually priced" awareness to pricing batch UI.
|
||||
|
||||
* Add batch description to page body title.
|
||||
|
||||
* Fix batch row count when bulk-deleting rows.
|
||||
|
||||
* Allow bulk delete of label batch rows.
|
||||
|
||||
* Expose description and notes for label batches.
|
||||
|
||||
* Let batch views allow or deny "execute results" option.
|
||||
|
||||
* Allow "execute results" for inventory batches.
|
||||
|
||||
* Fix permission bug for mobile inventory batch.
|
||||
|
||||
* Expose default address for customers view.
|
||||
|
||||
|
||||
0.6.50 (2017-11-21)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.6.50'
|
||||
__version__ = '0.6.51'
|
||||
|
|
Loading…
Reference in a new issue