Adjust changelog for release 2.42.0

This commit is contained in:
Laura Gorzitze
2023-02-15 09:41:00 +01:00
parent 962df5309c
commit 5265a28756
8 changed files with 15 additions and 14 deletions

View File

@@ -5,6 +5,20 @@ 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.0] - 2023-02-15
### Added
- Copy button to codeblocks
### Fixed
- Correct z-index equal weighting in diff header
- Fix drop down arrow z index
- Fix tab order for primary navigation
- Long text in table cells breaking layout
- Avatar size must not leave boundaries
### Changed
- Update svnkit to version 1.10.10-scm1
## [2.41.0] - 2023-01-18
### Added
- Add abstract configuration adapter to simply creating new global configurations
@@ -1204,3 +1218,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[2.40.0]: https://scm-manager.org/download/2.40.0
[2.40.1]: https://scm-manager.org/download/2.40.1
[2.41.0]: https://scm-manager.org/download/2.41.0
[2.42.0]: https://scm-manager.org/download/2.42.0

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Avatar size must not leave boundaries

View File

@@ -1,2 +0,0 @@
- type: added
description: Copy button to codeblocks

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Fix drop down arrow z index

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Correct z-index equal weighting in diff header

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Fix tab order for primary navigation

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Long text in table cells breaking layout

View File

@@ -1,2 +0,0 @@
- type: changed
description: Update svnkit to version 1.10.10-scm1