We're happy to announce the release of Utop 2.16.0!
This utop release adds OCaml 5.4 support, restores backtrace functionality, improves preprocessor and Emacs integration, and relocates configuration files to a dedicated utop subdirectory.
See full changelog
- Add support for OCaml 5.4 (#500, @Octachron, @anmonteiro)
- restore backtrace (#503, fixes #501, @ysalmon)
- support camlp$n preprocessor (#486, fixes #485, @aqjune)
- utop configuration and state files (utoprc, utop-history) are now always in the relevant utop subdirectory (#484, fixes #478, #481 and #499, @tuohy).
- fix emacs completion for qualified paths (
Module.M.some\_name
) (#497, fix #455, @juergenhoetzel, @bbatsov) - implicit bindings for emacs mode (#465, fix #412, @bencef)