Skip to content

v3.4.0

Compare
Choose a tag to compare
@talex5 talex5 released this 01 Oct 11:55
· 41 commits to master since this release
eb190b6

CHANGES:

  • Upgrade from uint to stdint (@talex5, #64). From uint 2.0.1, these are
    compatible. Projects using the schema compiler should either upgrade to
    stdint themselves, or add a lower bound of uint >= 2.0.1. Otherwise,
    the build may fail, complaining about incompatible types.

  • Require base >= 0.11 for Base.Queue (@talex5, #61).

  • Fix compilation on OCaml 4.08 (@talex5, #63).

  • Fix generated files when one interface imports another (@talex5, #65,
    reported by TealG).