File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ Unreleased
66
77* The default dimensions have changed slightly. This is so that the results of
88 generating a PNG and an SVG look more alike.
9+ * Previous versions included an empty text element for SVGs with no comment.
10+ This is no longer the case.
11+ * Some internals have been improved so as to allow better subclassing.
12+ Subclasses of ``Barcode `` can now override ``default_writer_options `` and
13+ ``default_writer() ``.
14+ * A ``guardbar `` parameter has been added to EAN barcodes. This renders
15+ barcodes with guardars (longer bars).
916
1017v0.13.1
1118~~~~~~~
@@ -17,6 +24,8 @@ v0.13.0
1724
1825* Added support for transparent backgrounds. This is done by setting the ``mode `` option
1926 for a writer to ``RGBA ``.
27+ * Dropped support for Python 3.5.
28+ * Added support for Python 3.9.
2029
2130v0.12.0
2231~~~~~~~
You can’t perform that action at this time.
0 commit comments