From ed6e3f1ef0b5cbb9e58c9be6f39494a7c0473c8d Mon Sep 17 00:00:00 2001 From: Kalle Jepsen Date: Tue, 24 Oct 2023 09:32:10 +0200 Subject: [PATCH] docs/release-notes: list lualine changes --- docs/release-notes/rl-0.5.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/rl-0.5.adoc b/docs/release-notes/rl-0.5.adoc index 10bb4a8..f738a16 100644 --- a/docs/release-notes/rl-0.5.adoc +++ b/docs/release-notes/rl-0.5.adoc @@ -89,3 +89,7 @@ https://github.com/ksonj[ksonj]: * Removed redundant "Enable ..." in `mkEnableOption` descriptions * Add options to modify LSP key bindings and add proper whichkey descriptions + +* Changed type of `statusline.lualine.activeSection` and `statusline.lualine.inactiveSection` from `attrsOf str` to `attrsOf (listOf str)` + +* Added `statusline.lualine.extraActiveSection` and `statusline.lualine.extraInactiveSection`