Update changelog
This commit is contained in:
parent
f6712a6686
commit
8d77111b06
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.7.28 (2018-07-26)
|
||||
-------------------
|
||||
|
||||
* Let mobile form declare if/how to auto-focus a field.
|
||||
|
||||
* Assign purchase to new receiving batch via uuid instead of object ref.
|
||||
|
||||
* Fix permission group label for Ordering Batches.
|
||||
|
||||
* Redirect to "view parent" after deleting a row.
|
||||
|
||||
|
||||
0.7.27 (2018-07-19)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.7.27'
|
||||
__version__ = '0.7.28'
|
||||
|
|
Loading…
Reference in a new issue