From abe62617acbf2e5cb98ce4bd552eca4084bf630a Mon Sep 17 00:00:00 2001 From: danfickle Date: Mon, 18 Mar 2019 21:01:26 +1100 Subject: [PATCH] #8 Update README and CHANGELOG with RC19 release. [ci skip] --- CHANGELOG.md | 6 +++++- README.md | 7 ++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf33f463b..a92706b05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ## CHANGELOG -### head - 0.0.1-RC18-SNAPSHOT +### 0.0.1-RC19 (2019-March-18) ++ [#336](https://github.com/danfickle/openhtmltopdf/issues/336) Fix for broken image links causing an NPE. Thanks @svenfrauen. ++ [#334](https://github.com/danfickle/openhtmltopdf/pull/334) Allow the user to supply `PDPage` objects via page supplier. Thanks @DSW-PS. + +### 0.0.1-RC18 (2019-March-10) + Please start using the fast renderer (`builder.useFastMode()`) as the old renderer will be removed in a future version. + [#180](https://github.com/danfickle/openhtmltopdf/issues/180) Fast renderer is finally ready for production. The fast renderer comes with: + Nearly 150 automated end-to-end regression tests. This is about 150 more than the old renderer. diff --git a/README.md b/README.md index dc88413f2..7c6c97f03 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,14 @@ from ````/openhtmltopdf-examples/src/main/java/com/openhtmltopdf/testcases/Testc ## CHANGELOG -### head - 0.0.1-RC19-SNAPSHOT +### head - 0.0.1-RC20-SNAPSHOT + + +### 0.0.1-RC19 (2019-March-18) + [#336](https://github.com/danfickle/openhtmltopdf/issues/336) Fix for broken image links causing an NPE. Thanks @svenfrauen. + [#334](https://github.com/danfickle/openhtmltopdf/pull/334) Allow the user to supply `PDPage` objects via page supplier. Thanks @DSW-PS. + + ### 0.0.1-RC18 (2019-March-10) + Please start using the fast renderer (`builder.useFastMode()`) as the old renderer will be removed in a future version. + [#180](https://github.com/danfickle/openhtmltopdf/issues/180) Fast renderer is finally ready for production. The fast renderer comes with: