From 6e4a68ef4350f1e0c8ac26530f49df1d4263e7f5 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 30 Dec 2023 14:15:54 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b21c16e..cdbf81b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,8 @@ The format is based on [Keep a Changelog]. * [docformatter](https://github.com/PyCQA/docformatter) for Python docstrings ([#267]) * [cljfmt](https://github.com/weavejester/cljfmt) for clojure, clojurescript, edn files. ([#271]) +* Stylua is used now in `lua-ts-mode` as well as just `lua-mode`, by + default ([#275]). [#209]: https://github.com/radian-software/apheleia/pull/209 [#229]: https://github.com/radian-software/apheleia/pull/229 @@ -42,6 +44,7 @@ The format is based on [Keep a Changelog]. [#264]: https://github.com/radian-software/apheleia/pull/264 [#267]: https://github.com/radian-software/apheleia/pull/267 [#271]: https://github.com/radian-software/apheleia/pull/271 +[#275]: https://github.com/radian-software/apheleia/pull/275 ## 4.0 (released 2023-11-23) ### Breaking changes