Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
Release v1.01.0
Browse files Browse the repository at this point in the history
* Changelog entry for v1.01.1
  • Loading branch information
deanblackborough committed Sep 11, 2017
1 parent c16abb1 commit 51e5449
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 51e5449

Please sign in to comment.