Skip to content

Commit 1fe41b2

Browse files
author
Hugo Osvaldo Barrera
committed
Add some missing changelog entries
1 parent ce2b8bf commit 1fe41b2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1017
v0.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

2130
v0.12.0
2231
~~~~~~~

0 commit comments

Comments
 (0)