From a6a6f7b52370feed07acfb234d0f87075ea90b0d Mon Sep 17 00:00:00 2001 From: David Gilbert Date: Sat, 9 Feb 2019 10:09:53 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55f11d5..fc152d4 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Version 1.9 (9 February 2019) - fix for `drawString()` method exception when passing an empty string; - fix for `drawImage()` with `null` for `BufferedImageOp`; +- fix for transform issue with child `Graphics2D` instance from `create()`; - added automatic module name (`com.orsonpdf.orsonpdf`).