Skip to content

0.3.1

Latest
Compare
Choose a tag to compare
@favonia favonia released this 23 Feb 19:00
· 21 commits to main since this release
0.3.1
563566f

This is a minor release with several improvements, especially the debug mode to actively detect invalid ranges. OCaml 5.2.0 introduced backward-incompatible changes in ocaml/ocaml#12477 and thus we had to bump up the minimum OCaml version.

Bug Fixes

  • correct and enhance the debug mode (#142) (db89139)
  • Diagnostic: use Format.pp_infinity in string_of_text for OCaml 5.2 (#149) (b835fac)
  • dim the carets (#145) (08c7dc2)

Features