erusev / parsedown

Better Markdown Parser in PHP
https://parsedown.org
MIT License
14.74k stars 1.12k forks source link

Changelog for 1.7.0? #689

Closed mnapoli closed 5 years ago

mnapoli commented 5 years ago

Hi, I'm trying to upgrade Couscous to use 1.7.* but I don't know what changed (bc breaks?) in 1.7 since there is no changelog.

Can you shed a light on this new version?

Thanks!

aidantwoods commented 5 years ago

1.7.0 was a security update to address CVE-2018-1000162.

Main code included in the update: #495

If you use extensions, there might be breaking behaviour due to escaping being moved to a later (more centralised) place internally. If you just use Parsedown without extensions I wouldn't anticipate anything breaking.