File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
---------
3
3
4
- Unreleased
4
+ v0.14.0
5
5
~~~~~~~~~~
6
6
7
- * The default dimensions have changed slightly. This is so that the results of
8
- generating a PNG and an SVG look more alike.
7
+ * ** Breaking **: The default dimensions have changed slightly. This is so that
8
+ the results of generating a PNG and an SVG look more alike.
9
9
* Previous versions included an empty text element for SVGs with no comment.
10
10
This is no longer the case.
11
11
* Some internals have been improved so as to allow better subclassing.
@@ -14,6 +14,10 @@ Unreleased
14
14
* A ``guardbar `` parameter has been added to EAN barcodes. This renders
15
15
barcodes with guardars (longer bars).
16
16
* Added support for Python 3.10.
17
+ * The documentation setup has been redone, hopefully squashing a lot of legacy
18
+ quirks.
19
+ * Previous versions installed the `tests ` module. This was not intentional and
20
+ have been fixed.
17
21
18
22
v0.13.1
19
23
~~~~~~~
You can’t perform that action at this time.
0 commit comments