Commit 711fff1c8f3a583e62a2cc526d6a4824e9681a9e

Martin Mitas 2020-04-28T08:08:18

CHANGELOG.md: Add a note about the new standalone HTML renderer lib.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c875352..f479caf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@
 
 New features:
 
+ * The HTML renderer, developed originally as the heart of the `md2html`
+   utility, is now built as a standalone library, in order to simplify its
+   reuse in applications.
+
  * With `MD_RENDER_FLAG_SKIP_UTF8_BOM`, the HTML renderer now skips UTF-8 byte
    order mark (BOM) if the input begins with it, before passing to the Markdown
    parser.