From 5265a28756c87965a765b6925cd6eba09c445221 Mon Sep 17 00:00:00 2001 From: Laura Gorzitze Date: Wed, 15 Feb 2023 09:41:00 +0100 Subject: [PATCH] Adjust changelog for release 2.42.0 --- CHANGELOG.md | 15 +++++++++++++++ gradle/changelog/avatar_size.yaml | 2 -- gradle/changelog/codeblocks_with_copybutton.yaml | 2 -- gradle/changelog/drop_down_z_index.yaml | 2 -- gradle/changelog/sticky_diff_header.yaml | 2 -- gradle/changelog/tab_index.yaml | 2 -- gradle/changelog/table_cell_overflow.yaml | 2 -- gradle/changelog/update_svnkit.yaml | 2 -- 8 files changed, 15 insertions(+), 14 deletions(-) delete mode 100644 gradle/changelog/avatar_size.yaml delete mode 100644 gradle/changelog/codeblocks_with_copybutton.yaml delete mode 100644 gradle/changelog/drop_down_z_index.yaml delete mode 100644 gradle/changelog/sticky_diff_header.yaml delete mode 100644 gradle/changelog/tab_index.yaml delete mode 100644 gradle/changelog/table_cell_overflow.yaml delete mode 100644 gradle/changelog/update_svnkit.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 280fba3af1..41ecd576ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/gradle/changelog/avatar_size.yaml b/gradle/changelog/avatar_size.yaml deleted file mode 100644 index 5df228207a..0000000000 --- a/gradle/changelog/avatar_size.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Avatar size must not leave boundaries diff --git a/gradle/changelog/codeblocks_with_copybutton.yaml b/gradle/changelog/codeblocks_with_copybutton.yaml deleted file mode 100644 index bf489f19a1..0000000000 --- a/gradle/changelog/codeblocks_with_copybutton.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Copy button to codeblocks diff --git a/gradle/changelog/drop_down_z_index.yaml b/gradle/changelog/drop_down_z_index.yaml deleted file mode 100644 index 58989a6c80..0000000000 --- a/gradle/changelog/drop_down_z_index.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Fix drop down arrow z index diff --git a/gradle/changelog/sticky_diff_header.yaml b/gradle/changelog/sticky_diff_header.yaml deleted file mode 100644 index 8f3d4970c0..0000000000 --- a/gradle/changelog/sticky_diff_header.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Correct z-index equal weighting in diff header diff --git a/gradle/changelog/tab_index.yaml b/gradle/changelog/tab_index.yaml deleted file mode 100644 index c1b3820d4d..0000000000 --- a/gradle/changelog/tab_index.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Fix tab order for primary navigation diff --git a/gradle/changelog/table_cell_overflow.yaml b/gradle/changelog/table_cell_overflow.yaml deleted file mode 100644 index f45e0c0d68..0000000000 --- a/gradle/changelog/table_cell_overflow.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Long text in table cells breaking layout diff --git a/gradle/changelog/update_svnkit.yaml b/gradle/changelog/update_svnkit.yaml deleted file mode 100644 index 9954a52802..0000000000 --- a/gradle/changelog/update_svnkit.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Update svnkit to version 1.10.10-scm1