Update changelog.
This commit is contained in:
parent
47b81d0b87
commit
20c286435f
14
CHANGES.rst
14
CHANGES.rst
|
@ -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
|
||||
-----
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.4.3'
|
||||
__version__ = u'0.4.4'
|
||||
|
|
Loading…
Reference in a new issue