Update changelog

This commit is contained in:
Lance Edgar 2017-12-03 19:49:34 -06:00
parent b793998814
commit 984072467e
2 changed files with 31 additions and 1 deletions

View file

@ -2,6 +2,36 @@
CHANGELOG 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) 0.6.50 (2017-11-21)
------------------- -------------------

View file

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