Update changelog

This commit is contained in:
Lance Edgar 2018-07-26 13:50:15 -05:00
parent f6712a6686
commit 8d77111b06
2 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,18 @@
CHANGELOG 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) 0.7.27 (2018-07-19)
------------------- -------------------

View file

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