summaryrefslogtreecommitdiff
path: root/support/texlab/CHANGELOG.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-05-21 03:01:40 +0000
committerNorbert Preining <norbert@preining.info>2023-05-21 03:01:40 +0000
commitacbf029eb7f81c05b715461ab1ce2ab7e4f6ce09 (patch)
tree1b2e5899af7b651ddc4cb4ff54c08b182cd344e7 /support/texlab/CHANGELOG.md
parent9cdcfcf8d9333b1d9b34b61ddc21910bbcc04491 (diff)
CTAN sync 202305210301
Diffstat (limited to 'support/texlab/CHANGELOG.md')
-rw-r--r--support/texlab/CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/support/texlab/CHANGELOG.md b/support/texlab/CHANGELOG.md
index 01d9a9ca33..b165ced68e 100644
--- a/support/texlab/CHANGELOG.md
+++ b/support/texlab/CHANGELOG.md
@@ -5,6 +5,17 @@ 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.6.0] - 2023-05-20
+
+### Added
+
+- Add `texlab.cancelBuild` command to cancel the currently active build ([#887](https://github.com/latex-lsp/texlab/issues/887))
+
+### Fixed
+
+- Fix resolving include commands from the `import` package ([#885](https://github.com/latex-lsp/texlab/issues/885))
+- Fix regression when tracking active cursor position ([#880](https://github.com/latex-lsp/texlab/issues/880))
+
## [5.5.1] - 2023-05-06
### Fixed