Update changelog.

This commit is contained in:
Lance Edgar 2015-11-16 19:42:03 -06:00
parent 465db1fb0f
commit 4c988b30be
2 changed files with 27 additions and 1 deletions

View file

@ -1,5 +1,31 @@
.. -*- coding: utf-8 -*-
0.5.10
------
* Add ``default.enabled`` config logic for ``rattail.mail``.
* Add ``ErrorTestConsumer`` for testing datasync error handling.
* General overhaul of ``rattail.fablib`` subpackage, to support online docs.
* Add Mako support to ``deploy()`` functions.
* Add ``rsync()`` function.
* Add ``bootstrap_rattail()`` function.
* Add ``get_debian_version()`` function.
* Fix subtle bug if email template not found.
* Revamp the ``initdb`` command a bit.
* Add ``db_model`` property to ``Command`` class.
* Add docs to ``release`` task.
0.5.9
-----

View file

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