Update changelog.
This commit is contained in:
parent
7d5a8e1a3d
commit
b84c4c0c39
12
CHANGES.rst
12
CHANGES.rst
|
@ -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
|
||||
------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.5.36'
|
||||
__version__ = u'0.6.0'
|
||||
|
|
Loading…
Reference in a new issue