diff options
| author | Radon Rosborough <radon@intuitiveexplanations.com> | 2023-11-17 16:18:12 -0800 |
|---|---|---|
| committer | Radon Rosborough <radon@intuitiveexplanations.com> | 2023-11-17 16:18:12 -0800 |
| commit | 49701675a8ebff41756c0ff3acd094fa531df5f2 (patch) | |
| tree | f963565b35fbc3266a28c3f40b588f21dbbf9cff | |
| parent | 0e9a838bdd0d6c922282adc2964564307fc52dc6 (diff) | |
Add note to changelog
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ddea798..0137b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,10 @@ The format is based on [Keep a Changelog]. from the [`pnp-bin`](https://github.com/PuddleByteComputing/pnp-bin) repo, extracted from apheleia PR [#200]. * Test environment bumped from Ubuntu 20.04 to 22.04 ([#242]). +* The function `apheleia--format-after-save` was renamed to + `apheleia-format-after-save`. This is only called out explicitly + because it was added to `after-save-hook` so customization that + assumed this behavior might break. ### Bugs fixed * `ktlint` would emit log messages into its stdout when formatting, |
