summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner <sebastian@swsnr.de>2019-08-03 15:05:22 +0200
committerSebastian Wiesner <sebastian@swsnr.de>2019-08-03 15:05:22 +0200
commit8b4619d1b04883c3040f5c8066af40098ac8c637 (patch)
tree850ffadd9144f61b90abde25a8f4a861c43c6072
parentf5f78588a3244c6d22873feec39efe94edcf51fa (diff)
Note pulldown-cmark update in changelog
See GH-84
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d18336..9fb64b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
+### Changed
+- Update pulldown-cmark to 0.5 which supports CommonMark 0.29 and improves
+ parser speed and correctness.
+
+[GH-84]: https://github.com/lunaryorn/mdcat/issues/84
## [0.13.0] – 2019-03-30
### Added