github / cmark-gfm

GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release notes for v0.29.0.gfm.7 don't mention new cmark_init_standard_node_flags() function

pyrmont opened this issue · comments

As a result of 420c20a, v0.29.0.gfm.7 requires cmark library clients to call cmark_init_standard_node_flags(). If this is not done, the assertion below will fail.

assert(node->flags & CMARK_NODE__OPEN);

It would be helpful for clients if the release notes were updated to mention this.

Thanks for the note @pyrmont, we've updated the release notes to mention the new node state management initialization.

Thanks!

Apologies! This was my fault.