Update changelog.
This commit is contained in:
parent
d9b506352a
commit
edb0f49c0f
16
CHANGES.rst
16
CHANGES.rst
|
@ -1,5 +1,21 @@
|
|||
.. -*- coding: utf-8 -*-
|
||||
|
||||
0.4.20
|
||||
------
|
||||
|
||||
* Add support for configurable Reply-To address when sending email.
|
||||
|
||||
* Always upgrade pip (and install wheel) when "installing" pip.
|
||||
|
||||
* Add 'key' as 3rd positional / 1st keyword arg to ``cache_model()`` function.
|
||||
|
||||
* Give commands a proper ``RattailConfig`` object instance.
|
||||
|
||||
* Add ``RattailConfig.getint()`` method to allow a default value.
|
||||
|
||||
* Change behavior of ``files.locking_copy()`` function.
|
||||
|
||||
|
||||
0.4.19
|
||||
------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.4.19'
|
||||
__version__ = u'0.4.20'
|
||||
|
|
Loading…
Reference in a new issue