Update changelog.

This commit is contained in:
Lance Edgar 2015-02-12 11:36:03 -06:00
parent 47b81d0b87
commit 20c286435f
2 changed files with 15 additions and 1 deletions

View file

@ -1,5 +1,19 @@
.. -*- coding: utf-8 -*-
0.4.4
-----
* Make ``Employee.person`` column unique.
* Try again to make database stuff an optional dependency...
* Increase size of ``ProductCost.code`` column.
* Add ``Product.case_pack`` column.
* Add ``encoding_errors`` kwarg to ``UnicodeWriter`` class constructor.
0.4.3
-----

View file

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