summarylogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a444d656f17e..6ecc7a1b72e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,13 @@ To publish a new release run `scripts/release` from the project directory.
## [Unreleased]
+## [0.21.1] – 2020-09-01
+
+### Fixed
+- Update pulldown cmark to correctly ignore footnote refs (see [GH-155]).
+
+[GH-155]: https://github.com/lunaryorn/mdcat/issues/155
+
## [0.21.0] – 2020-08-12
### Added
@@ -411,4 +418,5 @@ To publish a new release run `scripts/release` from the project directory.
[0.19.0]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.18.4...mdcat-0.19.0
[0.20.0]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.19.0...mdcat-0.20.0
[0.21.0]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.20.0...mdcat-0.21.0
-[Unreleased]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.21.0...HEAD
+[0.21.1]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.21.0...mdcat-0.21.1
+[Unreleased]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.21.1...HEAD