Tags: oxcaml/utop
Tags
Release 2.16.0 CHANGES: * Add support for OCaml 5.4 (ocaml-community#500, @Octachron, @anmonteiro) * restore backtrace (ocaml-community#503, fixes ocaml-community#501, @ysalmon) * support camlp$n preprocessor (ocaml-community#486, fixes ocaml-community#485, @aqjune) * utop configuration and state files (utoprc, utop-history) are now always in the relevant utop subdirectory (ocaml-community#484, fixes ocaml-community#478, ocaml-community#481 and ocaml-community#499, @tuohy). * fix emacs completion for qualified paths (Module.M.some_name) (ocaml-community#497, fix ocaml-community#455, @juergenhoetzel, @bbatsov) * implicit bindings for emacs mode (ocaml-community#465, fix ocaml-community#412, @bencef)
Release 2.14.0 CHANGES: * Add support for OCaml 5.2 (ocaml-community#470, fixes ocaml-community#466, @leostera, @ManasJayanth, @huwaireb)
Release 2.13.1 CHANGES: * Fix unavailable expunge on Windows (ocaml-community#447, @jonahbeckford)
Release 2.13.0 CHANGES: * Fix behavior of utop -stdin (ocaml-community#434, fixes ocaml-community#433, @tuohy) * Handle bounds with `Zed.next_error` (ocaml-community#442, @tmattio) * Load files from XDG directories (the legacy paths still work). (ocaml-community#431, @Skyb0rg007) * Remove deprecated values `prompt_continue`, `prompt_comment`, `smart_accept`, `new_prompt_hooks`, `at_new_prompt` (#..., @emillon) * Require OCaml 4.11.0 or newer. (ocaml-community#444, @emillon)
Release 2.12.1 CHANGES: * Fix regression with unit qualification when a `Unit` module is in scope with no `()` constructor (ocaml-community#429, fixes ocaml-community#428, @emillon) * emacs: add completion-at-point implementation (ocaml-community#406, fixes ocaml-community#261, @j-shilling)
Release 2.12.0 CHANGES: * Add support for OCaml 5.1 (ocaml-community#421, @emillon) * Mark `prompt_continue`, `prompt_comment`, `smart_accept`, `new_prompt_hooks`, `at_new_prompt` as deprecated (they have been documented as such since 2012 and most of them are ignored) (ocaml-community#415, @emillon) * Qualify `()` constructor in generated expressions. (ocaml-community#418, fixes ocaml-community#417, @emillon)
Release 2.11.0 CHANGES: * Bump the compatibility to 4.08+ (ocaml-community#393 @emillon) * Load `@toplevel_printer` annotated printers for functors (ocaml-community#378 @metavinek) * Do not display a backtrace when exiting normally (ocaml-community#399 ocaml-community#398 @emillon)
PreviousNext