Prepare release of 3.10.3

This commit is contained in:
René Pfeuffer
2025-09-17 07:29:19 +02:00
parent 36101fc02d
commit 0924fa6ebd
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).
## [3.10.3] - 2025-09-17
### Fixed
- Async support for servlets is now enabled
## [3.10.2] - 2025-09-02
### Fixed
- Fetching of gravatar images getting blocked by Cross-Origin-Embedder-Policy
@@ -1805,3 +1809,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[3.10.0]: https://scm-manager.org/download/3.10.0
[3.10.1]: https://scm-manager.org/download/3.10.1
[3.10.2]: https://scm-manager.org/download/3.10.2
[3.10.3]: https://scm-manager.org/download/3.10.3

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Async support for servlets is now enabled