Update changelog.

This commit is contained in:
Lance Edgar 2015-08-24 19:21:35 -05:00
parent 803ac4bb5e
commit 050bc321a1
2 changed files with 13 additions and 1 deletions

View file

@ -1,5 +1,17 @@
.. -*- coding: utf-8 -*- .. -*- coding: utf-8 -*-
0.5.4
-----
* Add config to old ``BatchExecutor`` constructor.
* Add ``--no-extend-config`` arg to command line system, for sake of tests.
* Add support for "fallback key" when sending mail with config.
* Add ``ImportHandler`` class, update ``ImportSubcommand`` to use it etc.
0.5.3 0.5.3
----- -----

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = u'0.5.3' __version__ = u'0.5.4'