From 02e83a62db0154907cdafadaf523c28083926125 Mon Sep 17 00:00:00 2001 From: Dimitry Ivanov Date: Wed, 28 Aug 2019 13:33:05 +0300 Subject: [PATCH] Update 4.1.1-SNAPSHOT changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60e2c357..2232b3fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +# 4.1.1-SNAPSHOT +* `markwon-ext-tables`: fix padding between subsequent table blocks ([#159]) +* `markwon-images`: print a single warning instead full stacktrace in case when SVG or GIF +are not present in the classpath ([#160]) +* Make `Markwon` instance thread-safe by using a single `MarkwonVisitor` for each `render` call ([#157]) +* Add `CoreProps.CODE_BLOCK_INFO` with code-block info (language) + +[#159]: https://github.com/noties/Markwon/issues/159 +[#160]: https://github.com/noties/Markwon/issues/160 +[#157]: https://github.com/noties/Markwon/issues/157 + # 4.1.0 * Add `Markwon.TextSetter` interface to be able to use PrecomputedText/PrecomputedTextCompat * Add `PrecomputedTextSetterCompat` and `compileOnly` dependency on `androidx.core:core`