Commit b3593e7dd0b90dd27938165dbfa469beb968a9aa

Martin Mitas 2022-01-06T16:25:20

CHANGELOG.md: Update.

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2b1b02c..4156e64 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,10 +26,6 @@ Changes:
 
 Fixes:
 
- * [#167](https://github.com/mity/md4c/issues/167):
-   Fix two buffer overflow bugs found using a fuzz testting. Contributed by
-   dtldarek.
-
  * [#163](https://github.com/mity/md4c/issues/163):
    Make HTML renderer to emit `'\n'` after the root tag when in the XHTML mode.
 
@@ -38,6 +34,12 @@ Fixes:
    work, it's not needed, and it can actually be confusing with URLs such as
    `http://www.example.com/~johndoe/`.
 
+ * [#167](https://github.com/mity/md4c/issues/167):
+   [#168](https://github.com/mity/md4c/issues/168):
+   Fix multiple instances of various buffer overflow bugs, found mostly using
+   a fuzz testing. Contributed by [dtldarek](https://github.com/dtldarek) and
+   [Thierry Coppey](https://github.com/TCKnet).
+
  * [#169](https://github.com/mity/md4c/issues/169):
    Table underline now does not require 3 characters per table column anymore.
    One dash (optionally with a leading or tailing `:` appended or prepended)