Skip to content

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

@pyrmont

Description

@pyrmont

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions