summaryrefslogtreecommitdiff
path: root/support/texlab/CHANGELOG.md
diff options
context:
space:
mode:
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