Update changelog

This commit is contained in:
Lance Edgar 2020-04-06 13:20:44 -05:00
parent cc96d9877b
commit 4c3b189108
2 changed files with 45 additions and 1 deletions

View file

@ -2,6 +2,50 @@
CHANGELOG
=========
0.8.91 (2020-04-06)
-------------------
* Add "danger" style for "delete" grid row action.
* Misc. API improvements for sake of mobile receiving.
* Use proper cornice service registration, for API batch execute etc.
* Add common permission for sending user feedback.
* Fix the "change password" form per Buefy theme.
* Expose the ``Role.notes`` field for view/edit.
* Add "local only" column to Users grid.
* Fix row status filter for Import/Export batches.
* Add "generic" ``render_id_str()`` method to MasterView.
* Stop raising an error if view doesn't define row grid columns.
* Add helper function, ``get_csrf_token()``.
* Add support for "choice" widget, for report params.
* Allow bulk-delete, merge for Brands table.
* Move inventory batch view to its proper location.
* Allow bulk-delete for Inventory Batches.
* Move "most" inventory batch logic out of view, to underlying handler.
* Add initial API views for inventory batches.
* Add basic dashboard page for TempMon.
* Let config totally disable the old/legacy jQuery mobile app.
* Defer fetching price, cost history when viewing product details.
0.8.90 (2020-03-18)
-------------------

View file

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