From 51e54497bf751e4a15b3f7bb1976de8815e32888 Mon Sep 17 00:00:00 2001 From: Dean Blackborough Date: Mon, 11 Sep 2017 14:56:43 +0100 Subject: [PATCH] Release v1.01.0 * Changelog entry for v1.01.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96e9aa4..3d6f456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ Full changelog for PHP Quill Renderer +## 1.01.1 - 2017-09-11 + +* If a list follows text the generated HTML is invalid. [Bugfix] (Credit: Carlos https://github.com/sald19 +for finding bug) +* Switched to preg_split, code was looking for two or more newlines but ever only splitting on two. +* Moved newline replacement to last possible step. + ## 1.01.0 - 2017-09-04 * Attribute incorrect for bullet list (Credit: Carlos https://github.com/sald19) [Bugfix]