From d6d03c154218332c772ff3a68030a82f4fea5796 Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Sun, 1 Dec 2019 21:27:44 -0500 Subject: [PATCH] Adding note in version history about fixed deprecation warnings. --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 67bfe28..81ad147 100644 --- a/Readme.md +++ b/Readme.md @@ -205,6 +205,10 @@ Current Version adding the attribute `role="doc-endnotes"` to the `
` or `
` that will enclose the list of footnotes so they are reachable to accessibility tools the same way they would be with the default HTML output. + +* Fixed deprecation warnings from PHP about usage of curly braces to access + characters in text strings. + (Thanks to Remi Collet and Frans-Willem Post.) PHP Markdown Lib 1.8.0 (14 Jan 2018)