summaryrefslogtreecommitdiff
path: root/support/texlab/CHANGELOG.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-10-11 03:02:08 +0000
committerNorbert Preining <norbert@preining.info>2021-10-11 03:02:08 +0000
commitaac7fdc4c391b318efbdee17381ac83783b2fbbb (patch)
treea9e0357ea02c4fa81e0c8c6edb2e9343b79fff35 /support/texlab/CHANGELOG.md
parente55f5510950cf773d024770b0a0d66b13e37dae0 (diff)
CTAN sync 202110110302
Diffstat (limited to 'support/texlab/CHANGELOG.md')
-rw-r--r--support/texlab/CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/support/texlab/CHANGELOG.md b/support/texlab/CHANGELOG.md
index 9be07281cd..22934a08fe 100644
--- a/support/texlab/CHANGELOG.md
+++ b/support/texlab/CHANGELOG.md
@@ -5,6 +5,22 @@ 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).
+## [3.3.0] - 10.10.2021
+
+### Added
+
+- Enable incremental text synchronization to reduce serialization overhead ([#460](https://github.com/latex-lsp/texlab/issues/460))
+
+### Changed
+
+- Reduce size of executable by compressing the completion database
+
+### Fixed
+
+- Fix completion of commands near delimiters ([#449](https://github.com/latex-lsp/texlab/issues/449))
+- Prevent `texlab` from hanging because of unanswered configuration requests sent to Emacs ([#456](https://github.com/latex-lsp/texlab/issues/456))
+- Re-analyze the workspace if the initial configuration has been received late
+
## [3.2.0] - 12.06.2021
### Added