From 6dedb22d58e4eb231aa1d129d5bbaf18051cd3aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20F=C3=B6rster?= Date: Fri, 11 Aug 2023 20:07:07 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0301227c..8f93f4aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Fixed + +- Improve performance when completing BibTeX entries ([#493](https://github.com/latex-lsp/texlab/issues/493)) +- Don't report unused entries for very large bibliographies +- Avoid redundant reparses after saving documents + ## [5.9.0] - 2023-08-06 ### Added