Add missing changelog entry (#254)

This commit is contained in:
Radon Rosborough 2023-11-23 12:29:10 -08:00 committed by GitHub
parent 14e88bfde8
commit d966a24115
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,12 +15,11 @@ The format is based on [Keep a Changelog].
* Disable formatting of go module files with gofmt. This was never supported * Disable formatting of go module files with gofmt. This was never supported
([#214]). ([#214]).
* Remove support for Emacs 26 ([#215]). * Remove support for Emacs 26 ([#215]).
* Emacs will infer indentation configuration from your major mode and,
### Features by default, supply this configuration to formatters, to ensure
* New user option `apheleia-formatters-respect-indent-level`, consistency between how you have Emacs configured and how your
defaulting to `t`. You can set this to `nil` to disable Apheleia formatter is configured. You can disable this by setting
configuring formatters to use the same indent settings as the Emacs `apheleia-formatters-respect-indent-level` to nil ([#167], [#208]).
major mode is using ([#208]).
### Enhancements ### Enhancements
* Use the `prettier-json` formatter for `js-json-mode` ([#209]). * Use the `prettier-json` formatter for `js-json-mode` ([#209]).
@ -94,6 +93,7 @@ The format is based on [Keep a Changelog].
* [`yapf`](https://github.com/google/yapf) for [Python](https://www.python.org/) ([#196]) * [`yapf`](https://github.com/google/yapf) for [Python](https://www.python.org/) ([#196])
* [`hclfmt`](https://github.com/hashicorp/hcl/tree/main/cmd/hclfmt) for [HCL](https://github.com/hashicorp/hcl) ([#231]) * [`hclfmt`](https://github.com/hashicorp/hcl/tree/main/cmd/hclfmt) for [HCL](https://github.com/hashicorp/hcl) ([#231])
[#167]: https://github.com/radian-software/apheleia/pull/167
[#168]: https://github.com/radian-software/apheleia/pull/168 [#168]: https://github.com/radian-software/apheleia/pull/168
[#169]: https://github.com/radian-software/apheleia/pull/169 [#169]: https://github.com/radian-software/apheleia/pull/169
[#170]: https://github.com/radian-software/apheleia/pull/170 [#170]: https://github.com/radian-software/apheleia/pull/170