aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d0d67b..40e6d5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,8 @@ The format is based on [Keep a Changelog].
instead of deprecated `--auto-correct` ([#316]).
* `snakefmt` official formatter for
[Snakemake](https://snakemake.readthedocs.io) ([#307]).
+* `zig fmt` official formatter for
+ [zig](https://ziglang.org/) ([#327]).
### Bugs fixed
* `apheleia-npx` would use an incorrect path for the Yarn PnP ESM
@@ -47,6 +49,7 @@ The format is based on [Keep a Changelog].
[#316]: https://github.com/radian-software/apheleia/pull/316
[#317]: https://github.com/radian-software/apheleia/issues/317
[#319]: https://github.com/radian-software/apheleia/pull/319
+[#327]: https://github.com/radian-software/apheleia/pull/327
## 4.2 (released 2024-08-03)
### Changes