diff options
| -rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 29643ed..7afec06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,10 +31,6 @@ The format is based on [Keep a Changelog]. stand in for the name of a temporary file that will be modified in place by the formatter ([#23]). -## Formatters -* [fish\_indent](https://fishshell.com/docs/current/cmds/fish_indent.html) - for [Fish](https://fishshell.com/) ([#68]). - ## Bugs fixed * Allow running the same formatter in multiple buffers in parallel ([#64], [#65]). Previously, when saving a number of files at the @@ -52,6 +48,18 @@ The format is based on [Keep a Changelog]. formatting a buffer. This was never intended and the bug has now been fixed ([#58]). +## Formatters added +* [fish\_indent](https://fishshell.com/docs/current/cmds/fish_indent.html) + for [Fish](https://fishshell.com/) ([#68]). + +## Formatter bugs fixed +* isort is passed different arguments so as not to trigger a crash + that appears to be related to the `--stdout` flag. +* latexindent now has its log file disabled so as to avoid cluttering + the working directory. +* ocamlformat is now configured to work even outside of detected + projects. + [#23]: https://github.com/raxod502/apheleia/issues/23 [#47]: https://github.com/raxod502/apheleia/issues/47 [#52]: https://github.com/raxod502/apheleia/issues/52 |
