summaryrefslogtreecommitdiff
path: root/support/texlab/CHANGELOG.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-02-26 03:02:12 +0000
committerNorbert Preining <norbert@preining.info>2023-02-26 03:02:12 +0000
commite7ae872926eddb0de09ecfe1c578e0680033955a (patch)
tree01717465b5b26d3b2ccaea9889c720a840e0a16c /support/texlab/CHANGELOG.md
parent81a9d839224eef4c2bd9bf68410b4049c61cdb14 (diff)
CTAN sync 202302260302
Diffstat (limited to 'support/texlab/CHANGELOG.md')
-rw-r--r--support/texlab/CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/support/texlab/CHANGELOG.md b/support/texlab/CHANGELOG.md
index 7e2b02dd02..c2f8560a64 100644
--- a/support/texlab/CHANGELOG.md
+++ b/support/texlab/CHANGELOG.md
@@ -5,6 +5,20 @@ 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.3.0] - 2023-02-25
+
+### Added
+
+- Allow filtering `textDocument/documentSymbols` using regular expressions specified via
+ `texlab.symbols.allowedPatterns` and `texlab.symbols.ignoredPatterns`
+ ([#851](https://github.com/latex-lsp/texlab/issues/851))
+
+### Fixed
+
+- Do not use percent-encoded path when searching for PDF files during forward search
+ ([#848](https://github.com/latex-lsp/texlab/issues/848))
+- Always return an empty list of code actions instead of returning "method not found" ([#850](https://github.com/latex-lsp/texlab/issues/850))
+
## [5.2.0] - 2023-01-29
### Added