File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
- # 1.6.1 (05/03/2020)
2
-
3
- ## Features
4
-
5
- - Get fresh diagnostics (warning and error messages) on a file save (#438 )
6
-
7
- Note: If you want the fresh diagnostics to take into account changes in other files, you
8
- likely need to rebuild your project. An easy way to get automatic rebuilds is to run
9
- ` dune ` in a watching mode, e.g.,[ dune build --watch] .
1
+ # 1.6.1 (05/17/2020)
10
2
11
3
## Fixes
12
4
13
5
- Switch ` verbosity ` from 1 to 0. This is the same default that merlin uses.
14
6
The old value for verbosity (#433 )
15
7
8
+ - Get fresh diagnostics (warning and error messages) on a file save (#438 )
9
+
10
+ Note: If you want the fresh diagnostics to take into account changes in other
11
+ files, you likely need to rebuild your project. An easy way to get automatic
12
+ rebuilds is to run ` dune ` in a watching mode, e.g.,[ dune build --watch] .
13
+
16
14
# 1.6.0 (04/30/2020)
17
15
18
16
## Features
You can’t perform that action at this time.
0 commit comments