Skip to content

0.29.0.gfm.11

Compare
Choose a tag to compare
@anticomputer anticomputer released this 06 Apr 19:27
· 24 commits to master since this release
1e23082

Changes since last release (0.29.0.gfm.10...0.29.0.gfm.11):

NOTE: this is a re-release of 0.11 due to missing a version/Changelog PR

  • Improved fixes for polynomial time complexity issues per GHSA-66g8-4hjf-77xh (#323, #324)
  • Added fuzzing target for bracketed patterns (#318)
  • Fixed bug in list numbering introduced in 763587e (#322) which caused list numbers to increment by 2
  • Fixed strict prototype clang warning (#310)
  • Fixed regression test (#312)
  • Added additional output formats to quadratic fuzzer (#327)
  • Fixed buffer overflow in fuzzing harness (#326)

Note: these changes may lead to minor changes in expected output on plaintext rendering of list items. Notably, blank lines may no longer delineate the start of a list when rendering to plaintext due to changes in how the tight list status is calculated.