diff --git a/docs/changelog.rst b/docs/changelog.rst index 9f7e7f2..12a1b56 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -12,6 +12,8 @@ v0.16.0 documented. * Specifying ``None`` as a background for the ``SVGWriter``, no background is included resulting in a transparent background. +* Do not paint text if its size would be zero, to avoid an "invalid ppem value" + error with newer versions of Pillow. v0.15.1 ~~~~~~~