update changelog

This commit is contained in:
Lance Edgar 2013-08-30 20:06:01 -07:00
parent 98a0625418
commit 30c51fe2d6
2 changed files with 17 additions and 1 deletions

View file

@ -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
----- -----

View file

@ -1 +1 @@
__version__ = '0.3.2' __version__ = '0.3.3'