We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b3f087 commit a0a8107Copy full SHA for a0a8107
CHANGES.md
@@ -7,7 +7,7 @@ Unreleased
7
- Fixed a bug that could result in needless recompilation under Windows due to
8
case differences in the result of `Sys.getcwd` (observed under `emacs`).
9
(#3966, @nojb).
10
-
+
11
- Fixed absence of executable bit for installed `.cmxs` (#4149, fixes #4148, @bobot)
12
13
- Allow `%{version:pkg}` to work for external packages (#4104, @kit-ty-kate)
@@ -17,6 +17,9 @@ Unreleased
17
- Automatically generate empty `.mli` files for executables and tests (#3768,
18
fixes #3745, @CraigFe)
19
20
+- Add `ocaml` command subgroup for OCaml related commands such as `utop`, `top`,
21
+ and `merlin`.
22
23
2.8.2 (21/01/2021)
24
------------------
25
0 commit comments