Adding note in version history about fixed deprecation warnings.
This commit is contained in:
parent
3a1e527062
commit
d6d03c1542
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue