Skip to content

Commit

Permalink
Tweak CHANGES for 1.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg committed May 18, 2021
1 parent cb4846a commit e97fa4c
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
# 1.6.1 (05/03/2020)

## Features

- Get fresh diagnostics (warning and error messages) on a file save (#438)

Note: If you want the fresh diagnostics to take into account changes in other files, you
likely need to rebuild your project. An easy way to get automatic rebuilds is to run
`dune` in a watching mode, e.g.,[dune build --watch].
# 1.6.1 (05/17/2020)

## Fixes

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

- Get fresh diagnostics (warning and error messages) on a file save (#438)

Note: If you want the fresh diagnostics to take into account changes in other
files, you likely need to rebuild your project. An easy way to get automatic
rebuilds is to run `dune` in a watching mode, e.g.,[dune build --watch].

# 1.6.0 (04/30/2020)

## Features
Expand Down

0 comments on commit e97fa4c

Please sign in to comment.