From 9fde0cd608b2b47c1520ac73e3f7b3216d89573a Mon Sep 17 00:00:00 2001 From: Dean Blackborough Date: Wed, 10 Apr 2019 13:58:04 +0100 Subject: [PATCH] Bug fix Missing supported format in exception messages. --- CHANGELOG.md | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b49971b..5036049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ Full changelog for PHP Quill Renderer +## v3.17.3 - 2019-04-10 + +* Missing supported format in exception methods, thank you [Lode Claassen](https://github.com/lode). + ## v3.17.2 - 2019-03-09 * Additional work to fix [#117](https://github.com/deanblackborough/php-quill-renderer/issues/117), diff --git a/README.md b/README.md index 92b5e47..1b6edba 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ for use under the MIT License (MIT). * [davidraijmakers](https://github.com/davidraijmakers) [Issue #108] - Children not supported with headers. * [philippkuehn](https://github.com/philippkuehn) [Issue #109] - Multiple list output incorrect and paragraphs not being closed. * [mechanicalgux](https://github.com/mechanicalgux) [Issue #117] - Compound deltas don't know that they can be links. +* [Lode Claassen](https://github.com/lode) - Missing supported format in exception messages. ## Coding standard credit