Adding note in version history about fixed deprecation warnings.

This commit is contained in:
Michel Fortin 2019-12-01 21:27:44 -05:00
parent 3a1e527062
commit d6d03c1542

View file

@ -205,6 +205,10 @@ Current Version
adding the attribute `role="doc-endnotes"` to the `<div>` or `<section>` 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)