From c148a9977ef5828d16ce810a7f95c0e453f68bbd Mon Sep 17 00:00:00 2001 From: hedy Date: Wed, 29 Nov 2023 17:33:55 +0800 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3556027..aad6e58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,6 +83,9 @@ allows navigating some symbol away from cursor location and make quick edits in the other position using the preview window. This feature is currently experimental and opt-in. Enable with `preview_window.live = true` +- New outline window can be opened when no providers are found. A message is + displayed in the outline buffer. Same goes for refreshing outline during buffer + switches. ### Fixes