From 9afa112fce9efce35bf850c6456d144206250ec2 Mon Sep 17 00:00:00 2001 From: ~hedy Date: Thu, 22 Aug 2024 18:16:45 +0800 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fb7471..653840f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,11 @@ - The `symbols.icon_fetcher` function now supports a second parameter, the code buffer number. Use it to fetch icons based on buffer options such as filetype. +### Fixes + +- Show `lspkind` errors just once on startup. + ([#85](https://github.com/hedyhli/outline.nvim/pull/85) contributed by @oskarrrrrrr) + ## v1.0.0 ### Breaking changes