From 19a264144553e35f1eb8c5c231db0371c7d7ef15 Mon Sep 17 00:00:00 2001 From: kazimazi Date: Sat, 14 Feb 2026 22:16:02 +0100 Subject: [PATCH] docs: update changelog --- docs/manual/release-notes/rl-0.9.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/manual/release-notes/rl-0.9.md b/docs/manual/release-notes/rl-0.9.md index 2ff72acd..e442e6c1 100644 --- a/docs/manual/release-notes/rl-0.9.md +++ b/docs/manual/release-notes/rl-0.9.md @@ -198,6 +198,7 @@ https://github.com/gorbit99/codewindow.nvim - Added [`grug-far.nvim`](https://github.com/MagicDuck/grug-far.nvim) the find and replace tool for neovim. +- Fix lsp `client.supports_method` deprecation warning in nvim v0.12. [Ladas552](https://github.com/Ladas552)