From a643f812f0e1dcb712b1559f2ddca0c44fb6076d Mon Sep 17 00:00:00 2001 From: justvanrossum Date: Fri, 4 Jun 2021 13:17:42 +0200 Subject: [PATCH] mention PDFDocument --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6de26a..3e0bf4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog for drawbot-skia +## [0.4.8] - 2021-06-04 + +- Added exerimental PDFDocument class that allows to draw directly to PDF, instead of having to go via a skia.PictureRecorder + ## [0.4.7] - 2021-03-19 - Made `newPage()` more compatible with Mac app: its arguments are now optional. ([#14](https://github.com/justvanrossum/drawbot-skia/pull/14), thanks Jan Šindler!)