From 14744222916550a3decbd49275dda77e17eeca42 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Wed, 11 Sep 2019 01:41:56 +0300 Subject: [PATCH] Changelog: add missed record --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d228ada..7b2da7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Remove extra characters from line break check. Leave only 0x0A & 0x0D, as in CommonMark spec, #581. + +## [9.0.1] - 2019-07-12 +### Fixed +- Fix possible corruption of open/close tag levels, #466 + + ## [9.0.0] - 2019-07-09 ### Changed - Updated CM spec compatibility to 0.29.