aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadon Rosborough <radon.neon@gmail.com>2022-01-11 21:14:17 -0800
committerRadon Rosborough <radon.neon@gmail.com>2022-01-11 21:14:17 -0800
commite95769bf348cd348ef361cd212b72232196809ba (patch)
tree8aca594c06b758975c37f4f82da596a1b8c4478a
parent53f243b111b18f49d910d1501b5795a1ec045420 (diff)
Changelog fixes
-rw-r--r--CHANGELOG.md16
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