update changelog

This commit is contained in:
Lance Edgar 2012-11-08 19:14:05 -08:00
parent 0376b109fe
commit fd9716321f
2 changed files with 9 additions and 1 deletions

View file

@ -1,4 +1,12 @@
0.3a22
------
- [feature] Added ``LabelProfile.visible`` field.
- [feature] Added generic ``CommandNetworkPrinter`` label printer class. This
class sends textual commands directly to a networked printer.
0.3a21 0.3a21
------ ------

View file

@ -62,7 +62,7 @@ requires = [
# #
# package # low high # package # low high
'edbob[filemon]>=0.1a16', # 0.1a17.dev 'edbob[filemon]>=0.1a22', # 0.1a22
] ]