Update changelog.

This commit is contained in:
Lance Edgar 2016-02-08 14:32:02 -06:00
parent 7d5a8e1a3d
commit b84c4c0c39
2 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,18 @@
CHANGELOG
=========
0.6.0
-----
* Add new importing framework, yay!
* Fix support for 'full_name' field in employee data importer.
* Tweak some ORM mappings, to support cascading deletes.
* Add ``Message.has_recipient()`` method.
0.5.36
------

View file

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