From f39dc5f3ef9a232bd01b60e477f2c1819eb712fe Mon Sep 17 00:00:00 2001 From: danfickle Date: Sun, 10 Mar 2019 17:07:47 +1100 Subject: [PATCH] #8 Update README after RC18 release. [ci skip] --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53dcc2930..9f33d02c9 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,9 @@ from ````/openhtmltopdf-examples/src/main/java/com/openhtmltopdf/testcases/Testc ## CHANGELOG -### head - 0.0.1-RC18-SNAPSHOT +### head - 0.0.1-RC19-SNAPSHOT + +### 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.