apiaryio / drafter

API Blueprint Parser (C++)
https://apiblueprint.org/
MIT License
302 stars 54 forks source link

Release 4.0.0-pre.7 #711

Closed kylef closed 5 years ago

kylef commented 5 years ago

In particular to get the following fix which caused segmentation faults:

  • JSON value & JSON schema backends now support top-level Reference Elements. This prevents crashes on Include statements in enum contexts. #709