From eb32891cd817aff1772d6d2783c011e29422cc9d Mon Sep 17 00:00:00 2001 From: Bas Alberts Date: Wed, 25 Jan 2023 11:01:46 -0500 Subject: [PATCH] Changelog for 0.29.0.gfm.8 --- changelog.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.txt b/changelog.txt index 8d1e0d057..4cc5c58ec 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +[0.29.0.gfm.8] + + * We restored backwards compatibility by deprecating the `cmark_init_standard_node_flags()` requirement, which is now a noop (#305) + * We added a quadratic complexity fuzzing target (#304) + [0.29.0.gfm.7] * Fixed a polynomial time complexity issue per