summaryrefslogtreecommitdiff
path: root/support/texlab/CHANGELOG.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-08-13 03:03:49 +0000
committerNorbert Preining <norbert@preining.info>2023-08-13 03:03:49 +0000
commit03f1daec22e3e5e2ae8d117d503ee9648c5b3f91 (patch)
tree1d0fde49b1a45b2263d5688a2e82cec643aea65b /support/texlab/CHANGELOG.md
parent1671b301fbe6cef52ccfa6085824e9677703e023 (diff)
CTAN sync 202308130303
Diffstat (limited to 'support/texlab/CHANGELOG.md')
-rw-r--r--support/texlab/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/support/texlab/CHANGELOG.md b/support/texlab/CHANGELOG.md
index 0301227cd1..1f0666306e 100644
--- a/support/texlab/CHANGELOG.md
+++ b/support/texlab/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).
+## [5.9.1] - 2023-08-11
+
+### 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