update changelog
This commit is contained in:
parent
98a0625418
commit
30c51fe2d6
16
CHANGES.rst
16
CHANGES.rst
|
@ -1,4 +1,20 @@
|
||||||
|
|
||||||
|
0.3.3
|
||||||
|
-----
|
||||||
|
|
||||||
|
* Fixed bugs with ``CustomerGroupAssignment``.
|
||||||
|
|
||||||
|
Now orphaned records should no longer be allowed.
|
||||||
|
|
||||||
|
* Fixed ``CustomerPerson`` to require customer and person.
|
||||||
|
|
||||||
|
* Added ``--do-not-daemonize`` flag to ``dbsync`` command on Linux.
|
||||||
|
|
||||||
|
* Overhauled some database stuff; added tests.
|
||||||
|
|
||||||
|
* Added some ``CustomerEmailAddress`` tests, removed some unused tests.
|
||||||
|
|
||||||
|
|
||||||
0.3.2
|
0.3.2
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.3.2'
|
__version__ = '0.3.3'
|
||||||
|
|
Loading…
Reference in a new issue