Update changelog
This commit is contained in:
parent
20e654ddea
commit
a9b60b3d4a
14
CHANGES.rst
14
CHANGES.rst
|
@ -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)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.7.48'
|
||||
__version__ = '0.7.49'
|
||||
|
|
Loading…
Reference in a new issue