diff --git a/CHANGES.md b/CHANGES.md index ef602d221..eace91adf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,9 +3,13 @@ ## Fixes - Fix missing super & subscripts in markdown documentation. (#1170) + - Do not invoke dune at all if `--fallback-read-dot-merlin` flag is on. (#1173) + - Fix semantic highlighting of infix operators that contain '.'. (#1186) + - Disable highlighting unit as an enum member to fix comment highlighting bug. (#1185) + - Improve type-on-hover and type-annotate efficiency by only formatting the type of the first enclosing. (#1191, #1196)