Skip to content

v2.1.0

Latest

Choose a tag to compare

@madsmtm madsmtm released this 29 Jul 21:33
· 466 commits to master since this release
b106a6e

Changed

  • Allowed panics to properly propagate through FFI boundaries.
  • Bump MSRV to 1.71.

Fixed

  • Removed an allocation from Entity::visit_children.
  • Fixed passing null pointer to from_raw_parts in SourceRange::tokenize.
  • Lossily convert strings (to avoid panics on invalid UTF-8).