From 6ae6d4ac83665d0aaef158246cd901dabd5c7ae6 Mon Sep 17 00:00:00 2001 From: ~hedy Date: Sat, 28 Jun 2025 17:23:32 +0800 Subject: [PATCH] chore: Update changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00817e7..be6468d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,21 @@ ### Others --> +## Main branch + +### Features + +- New configuration option `outline_window.no_provider_message` for the message + shown when there are no available providers for the current file. Set it to an + empty string to disable the message. + ([#135](https://github.com/hedyhli/outline.nvim/pull/135)) + +### Fixes + +- Minor fix to prevent other plugins from using the outline sidebar window. + ([#136](https://github.com/hedyhli/outline.nvim/pull/136)) + + ## v1.1.0 ### Features