From 9d09bd42366754248b753be0c93fafeecde2ab8b Mon Sep 17 00:00:00 2001 From: Dimitry Ivanov Date: Thu, 4 Jul 2019 17:37:48 +0300 Subject: [PATCH] Update CHANGELOG for 4.0.2-SNAPSHOT --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ffcf50c..48741383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# 4.0.2-SNAPSHOT +* Fix `JLatexMathPlugin` formula placeholder (cannot have line breaks) ([#149]) +* Fix `JLatexMathPlugin` to update resulting formula bounds when `fitCanvas=true` and +formula exceed canvas width (scale down keeping formula width/height ratio) + +[#149]: https://github.com/noties/Markwon/issues/149 + # 4.0.1 * Fix `JLatexMathPlugin` (background-provider null) ([#147])