From f52efefaf79f538fdf762ac336ab93a6520e2374 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Sat, 23 Aug 2025 13:52:27 +0200 Subject: [PATCH] docs: update release note --- docs/release-notes/rl-0.8.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes/rl-0.8.md b/docs/release-notes/rl-0.8.md index 6b072507..0bfc034a 100644 --- a/docs/release-notes/rl-0.8.md +++ b/docs/release-notes/rl-0.8.md @@ -141,6 +141,9 @@ - Use conform over custom autocmds for LSP format on save - Move LSP keybinds and other related plugin integrations into an LspAttach event. +- Allow multiple formatters in language modules. +- Fixed `prettier` in astro and svelte, and removed `prettierd` due to high + complexity that would be needed to support it. [diniamo](https://github.com/diniamo):