diff options
author | Norbert Preining <norbert@preining.info> | 2022-07-04 03:03:43 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-07-04 03:03:43 +0000 |
commit | 1c10375ec46d7d83b2f1efc2a71b7ea114c889f0 (patch) | |
tree | 47b3469111105b7767111dcb89858fbc1e73377f /support/texlab/CHANGELOG.md | |
parent | 34d318af65decbdb242ae03b64bf3f53266067b6 (diff) |
CTAN sync 202207040303
Diffstat (limited to 'support/texlab/CHANGELOG.md')
-rw-r--r-- | support/texlab/CHANGELOG.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/support/texlab/CHANGELOG.md b/support/texlab/CHANGELOG.md index 5400a1b538..85f8d0bdb3 100644 --- a/support/texlab/CHANGELOG.md +++ b/support/texlab/CHANGELOG.md @@ -5,6 +5,23 @@ 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). +## [4.2.0] - 03.07.2022 + +### Added + +- Add support for escaping placeholders in forward search ([#649](https://github.com/latex-lsp/texlab/issues/649)) +- Add support for diagnostic filtering ([#323](https://github.com/latex-lsp/texlab/issues/323)) +- Add pre-built binaries for the following targets: + - `aarch64-unknown-linux-gnu` + - `armv7-unknown-linux-gnueabihf` + - `x86_64-unknown-linux-musl` + - `aarch64-pc-windows-msvc` + - `i686-pc-windows-msvc` + +### Fixed + +- Parse incomplete server options correctly ([#651](https://github.com/latex-lsp/texlab/issues/651)) + ## [4.1.0] - 12.06.2022 ### Added |