- Pin python-bidi to 0.4.2 in setup.py, as 0.5 breaks things
0.5.0
- Support COLR/COLRv1 fonts via blackrenderer ([85](https://github.com/justvanrossum/drawbot-skia/pull/85)) - Reformat all source code with Black.
0.4.8
- Added exerimental PDFDocument class that allows to draw directly to PDF, instead of having to go via a skia.PictureRecorder
0.4.7
- Made `newPage()` more compatible with Mac app: its arguments are now optional. ([14](https://github.com/justvanrossum/drawbot-skia/pull/14), thanks Jan Šindler!)
0.4.6
- Added `listFontVariations()` ([10](https://github.com/justvanrossum/drawbot-skia/issues/10)) - Added `listNamedInstances()` - Implemented `newDrawing()`, so multiple documents can be created in one run.
0.4.5
- Added PointPen behavior to BezierPath ([9](https://github.com/justvanrossum/drawbot-skia/pull/9), thanks Jens Kutilek!)