From 58822c30354c034fa61eff0db3f81575379e437f Mon Sep 17 00:00:00 2001 From: ErinaYip Date: Mon, 11 May 2026 12:37:07 +0800 Subject: [PATCH] docs: refine changelog and fix option references --- docs/manual/release-notes/rl-0.9.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/manual/release-notes/rl-0.9.md b/docs/manual/release-notes/rl-0.9.md index c534d97f..82bf3d30 100644 --- a/docs/manual/release-notes/rl-0.9.md +++ b/docs/manual/release-notes/rl-0.9.md @@ -128,10 +128,11 @@ [ErinaYip](https://github.com/ErinaYip): -- Added separate `disabledFiletypes.statusline` and `disabledFiletypes.winbar` - options in the lualine module, allowing users to configure which filetypes - should disable lualine for each component independently. Also exposed - `ignoreFocus` option. +- Fixed and updated `lualine` options: + - Enabled the previously unmapped + {option}`vim.statusline.lualine.ignoreFocus`. + - Added {option}`vim.statusline.lualine.disabledFiletypes.statusline` and + {option}`vim.statusline.lualine.disabledFiletypes.winbar`. [SecBear](https://github.com/SecBear):