Update changelog
This commit is contained in:
parent
e6bd9e18d0
commit
6121b16522
10
CHANGES.rst
10
CHANGES.rst
|
@ -2,6 +2,16 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.5.80 (2017-02-10)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Tweak renderer for Amount field for DepositLink view
|
||||||
|
|
||||||
|
* Tweak how regular/current price fields are handled for Product view
|
||||||
|
|
||||||
|
* Fix bug in base 'shifts' template if ``weekdays`` not in context
|
||||||
|
|
||||||
|
|
||||||
0.5.79 (2017-02-09)
|
0.5.79 (2017-02-09)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
__version__ = u'0.5.79'
|
__version__ = u'0.5.80'
|
||||||
|
|
Loading…
Reference in a new issue