From 68f334998286b52c1395c15071637969b6eae5e0 Mon Sep 17 00:00:00 2001 From: ~hedy Date: Fri, 27 Dec 2024 09:23:58 +0800 Subject: [PATCH] docs: Update changelog For #104, #107 --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c71364b..eadc6ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,10 +24,13 @@ - New config options `preview_window.height,min_height,relative_height` that match the existing options for width. ([#85](https://github.com/hedyhli/outline.nvim/pull/85)) -- Mention new external provider for ctags - ([#103](https://github.com/hedyhli/outline.nvim/pull/103)) +- Mention new external providers for ctags and tree-sitter + ([#103](https://github.com/hedyhli/outline.nvim/pull/103) and + [#107](https://github.com/hedyhli/outline.nvim/pull/107)) - Support symbol kind of type string from providers ([#106](https://github.com/hedyhli/outline.nvim/pull/106)) +- New provider for manpages + ([#104](https://github.com/hedyhli/outline.nvim/pull/104)) ### Fixes