Adjust changelog for release 2.42.3

This commit is contained in:
René Pfeuffer
2023-03-10 14:10:27 +01:00
parent 05796a1fad
commit c99d7d5599
2 changed files with 5 additions and 2 deletions

View File

@@ -5,6 +5,10 @@ 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).
## [2.42.3] - 2023-03-10
### Fixed
- Concurrent modification exception in JAXB stores
## [2.42.2] - 2023-03-02
### Fixed
- Performance issues from 2.42.x introduced by the permission overview
@@ -1236,3 +1240,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[2.42.0]: https://scm-manager.org/download/2.42.0
[2.42.1]: https://scm-manager.org/download/2.42.1
[2.42.2]: https://scm-manager.org/download/2.42.2
[2.42.3]: https://scm-manager.org/download/2.42.3

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Concurrent modification exception in JAXB stores