Skip to content

Commit e97fa4c

Browse files
committed
Tweak CHANGES for 1.6.1
Signed-off-by: Rudi Grinberg <[email protected]>
1 parent cb4846a commit e97fa4c

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

CHANGES.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
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)
102

113
## Fixes
124

135
- Switch `verbosity` from 1 to 0. This is the same default that merlin uses.
146
The old value for verbosity (#433)
157

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+
1614
# 1.6.0 (04/30/2020)
1715

1816
## Features

0 commit comments

Comments
 (0)