docs: Update changelog

For #104, #107
This commit is contained in:
~hedy
2024-12-27 09:23:58 +08:00
parent e8405956f8
commit 68f3349982

View File

@@ -24,10 +24,13 @@
- New config options `preview_window.height,min_height,relative_height` that - New config options `preview_window.height,min_height,relative_height` that
match the existing options for width. match the existing options for width.
([#85](https://github.com/hedyhli/outline.nvim/pull/85)) ([#85](https://github.com/hedyhli/outline.nvim/pull/85))
- Mention new external provider for ctags - Mention new external providers for ctags and tree-sitter
([#103](https://github.com/hedyhli/outline.nvim/pull/103)) ([#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 - Support symbol kind of type string from providers
([#106](https://github.com/hedyhli/outline.nvim/pull/106)) ([#106](https://github.com/hedyhli/outline.nvim/pull/106))
- New provider for manpages
([#104](https://github.com/hedyhli/outline.nvim/pull/104))
### Fixes ### Fixes