Update changelog

This commit is contained in:
Lance Edgar 2018-11-08 15:48:38 -06:00
parent 20e654ddea
commit a9b60b3d4a
2 changed files with 15 additions and 1 deletions

View file

@ -2,6 +2,20 @@
CHANGELOG
=========
0.7.49 (2018-11-08)
-------------------
* Detect non-numeric entry when locating row for purchase batch.
* Remove unwanted style for "email setting description" field.
* Add ``Grid.hide_columns()`` convenience method.
* Make sure status field is readonly when creating new batch.
* Display "suggested price" when viewing product details.
0.7.48 (2018-11-07)
-------------------

View file

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