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.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/support/texlab/CHANGELOG.md b/support/texlab/CHANGELOG.md
index 5b12294b3e..823998dc84 100644
--- a/support/texlab/CHANGELOG.md
+++ b/support/texlab/CHANGELOG.md
@@ -5,6 +5,24 @@ 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.1.0] - 2023-01-21
+
+### Added
+
+- Allow manually overriding the root directory using a `texlabroot`/`.texlabroot` marker file.
+ See the wiki for more information.
+ ([#826](https://github.com/latex-lsp/texlab/issues/826), [#838](https://github.com/latex-lsp/texlab/pull/838))
+
+### Deprecated
+
+- Deprecate `texlab.rootDirectory` setting in favor of `.texlabroot` files
+
+### Fixed
+
+- Do not use `.git`, `.chktexrc`, `.latexmkrc` files/directories to determine the root directory
+ ([#826](https://github.com/latex-lsp/texlab/issues/826))
+- Fix building documents without an explicit root directory ([#837](https://github.com/latex-lsp/texlab/issues/837))
+
## [5.0.0] - 2022-12-29
### Changed