We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefbcba commit 1c49ba8Copy full SHA for 1c49ba8
CHANGES.md
@@ -85,6 +85,12 @@ profile. This started with version 0.26.0.
85
end
86
```
87
88
+- \* Set the `ocaml-version` to `5.4` by default (#2750, @EmileTrotignon)
89
+ The main difference is that the `effect` keyword is recognized without having
90
+ to add `ocaml-version=5.3` to the configuration.
91
+ In exchange, code that use `effect` as an identifier must use
92
+ `ocaml-version=5.2`.
93
+
94
## 0.28.1
95
96
### Highlight
0 commit comments