summaryrefslogtreecommitdiff
path: root/support/texlab/CHANGELOG.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-02-27 03:01:13 +0000
committerNorbert Preining <norbert@preining.info>2022-02-27 03:01:13 +0000
commita911d39178540078c8ff5bc880418478d7433c40 (patch)
treef23b6a0f6bf9f548e7e43cf2405e864eba99b21e /support/texlab/CHANGELOG.md
parent740a11f29a3551babe3d7edbb57ac3baa2280a3f (diff)
CTAN sync 202202270301
Diffstat (limited to 'support/texlab/CHANGELOG.md')
-rw-r--r--support/texlab/CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/support/texlab/CHANGELOG.md b/support/texlab/CHANGELOG.md
index 13b1cc799c..4f436c33b4 100644
--- a/support/texlab/CHANGELOG.md
+++ b/support/texlab/CHANGELOG.md
@@ -5,6 +5,21 @@ 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.2] - 26.02.2022
+
+### Fixed
+
+- Parse command definitions with optional arguments correctly
+- Fix detection of command definitions in completion ([latex-lsp/texlab-vscode#618](https://github.com/latex-lsp/texlab-vscode/issues/618))
+- Watch aux directory by default for changes ([#563](https://github.com/latex-lsp/texlab/issues/563))
+- Do not allow multi-line keys in the grammar ([#559](https://github.com/latex-lsp/texlab/issues/559))
+- Use `textEdit` property for snippets ([#558](https://github.com/latex-lsp/texlab/issues/558))
+- Allow simple commands as text argument for most commands ([#557](https://github.com/latex-lsp/texlab/issues/557))
+- Treat `\renewcommand` as an environment definition ([#556](https://github.com/latex-lsp/texlab/issues/556))
+- Do not return `null` from forward search request
+- Make directory path in `\import` optional ([#540](https://github.com/latex-lsp/texlab/issues/540))
+- Do not spam workspace/configuration requests ([#533](https://github.com/latex-lsp/texlab/issues/533))
+
## [3.3.1] - 10.11.2021
### Fixed