summaryrefslogtreecommitdiff
path: root/support/texlab/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/CHANGELOG.md')
-rw-r--r--support/texlab/CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/support/texlab/CHANGELOG.md b/support/texlab/CHANGELOG.md
index 1f0666306e..9009b272c7 100644
--- a/support/texlab/CHANGELOG.md
+++ b/support/texlab/CHANGELOG.md
@@ -5,6 +5,15 @@ 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.2] - 2023-08-14
+
+### Fixed
+
+- Don't crash when using comments inside `\include`-like commands ([#919](https://github.com/latex-lsp/texlab/issues/919))
+- Folding ranges include only the contents instead of the entire range of the structure.
+ For example, the folding range of an environment will start after the `\begin` and stop before the `\end`
+ ([#915](https://github.com/latex-lsp/texlab/issues/915))
+
## [5.9.1] - 2023-08-11
### Fixed