summaryrefslogtreecommitdiff
path: root/support/texlab/CHANGELOG.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-01-22 03:01:36 +0000
committerNorbert Preining <norbert@preining.info>2023-01-22 03:01:36 +0000
commit328cc6eb536476a95a84cd7de863b32cabc41b0e (patch)
tree6ce563a6c5075adedee625e648ab6e1fd86a0052 /support/texlab/CHANGELOG.md
parent94c0d48361932b4beca57cc5609d26a46270dfeb (diff)
CTAN sync 202301220301
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