diff --git a/CHANGES.md b/CHANGES.md index bb9d0dbe3d..a2d8c3ba02 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ ### (unreleased) +#### New features + + + Return the indentation of a given line (new option `--indent`) (#1207) (Guillaume Petiot) + #### Changes + Add the option `doc-comments-val=before|after` (#1012) (Jules Aguillon) @@ -29,7 +33,6 @@ + Preserve comment indentation when `wrap-comments` is unset (#1138, #1159) (Jules Aguillon) + Improve error messages (#1147) (Jules Aguillon) + Display standard output in the emacs plugin even when ocamlformat does not fail (#1189) (Guillaume Petiot) - + Return the indentation of a given line (new option --indent) (#1207) (Guillaume Petiot) #### Removed