Update changelog

This commit is contained in:
Patrick Förster 2025-01-29 19:22:08 +01:00
parent e01b909c6a
commit 209f55ed76

View file

@ -5,6 +5,13 @@ 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.22.1] - 2024-01-29
### Security
- Don't store IPC socket (`texlab.sock`) in temp directory
(see [CWE-379](https://cwe.mitre.org/data/definitions/379.html), [#1331](https://github.com/latex-lsp/texlab/pull/1331/))
## [5.22.0] - 2024-01-26
### Added