From c99d7d5599420280c2c58d2d08b9b14b806bb4ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Fri, 10 Mar 2023 14:10:27 +0100 Subject: [PATCH] Adjust changelog for release 2.42.3 --- CHANGELOG.md | 5 +++++ gradle/changelog/jaxb_context_creation.yaml | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 gradle/changelog/jaxb_context_creation.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index bd6d544b1c..70cd091b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/gradle/changelog/jaxb_context_creation.yaml b/gradle/changelog/jaxb_context_creation.yaml deleted file mode 100644 index d38b6b1ef0..0000000000 --- a/gradle/changelog/jaxb_context_creation.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Concurrent modification exception in JAXB stores