From 6d53aa7b05570ac02175a1e97605d1cdfc360d96 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 21 Sep 2023 12:26:10 +0200 Subject: [PATCH] chore: update changelog --- docs/release-notes/rl-0.5.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/release-notes/rl-0.5.adoc b/docs/release-notes/rl-0.5.adoc index 0a6c28c..ac6a199 100644 --- a/docs/release-notes/rl-0.5.adoc +++ b/docs/release-notes/rl-0.5.adoc @@ -53,3 +53,11 @@ https://github.com/notashelf[notashelf]: * Added a configuration option for choosing the leader key * The package used for neovim is now customizable by the user, using <>. For best results, always use an unwrapped package. + +https://github.com/jacekpoz[jacekpoz]: + +* Fixed scrollOffset not being used + +* Updated clangd to 16 + +* Disabled `useSystemClipboard` by default