Skip to content

Commit ece9d8c

Browse files
committed
Add changelog entries for PR tarides#90
1 parent 55ada71 commit ece9d8c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ ocaml-eglot 1.3.0
22
======================
33
Wed Feb 25 04:21:45 PM CET 2026
44

5+
- Remove dead code left over from the xref backend rewrite ([#90](https://github.com/tarides/ocaml-eglot/pull/90))
6+
- Fix `compare-position` nil handling (was always returning 0) ([#90](https://github.com/tarides/ocaml-eglot/pull/90))
7+
- Use `find-file-noselect` in `load-uri` to avoid buffer flicker ([#90](https://github.com/tarides/ocaml-eglot/pull/90))
8+
- Simplify `on-interface` to avoid redundant extension check ([#90](https://github.com/tarides/ocaml-eglot/pull/90))
9+
- Avoid re-initializing major mode on every type display update ([#90](https://github.com/tarides/ocaml-eglot/pull/90))
510
- Allows known compilation artifacts to be displayed via the `ocamlobjinfo` binary ([#56](https://github.com/tarides/ocaml-eglot/pull/56), [#61](https://github.com/tarides/ocaml-eglot/pull/61))
611
- A total reimplementation of `xref` more suitable for OCaml ([#64](https://github.com/tarides/ocaml-eglot/pull/64))
712
- Remove `C-c C-c` for `ocaml-eglot-error-prev`, clash with usual `compile` ([#67](https://github.com/tarides/ocaml-eglot/pull/67))

0 commit comments

Comments
 (0)