diff --git a/CHANGELOG.md b/CHANGELOG.md index 48cb280dc8..b50e9090e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.46.3] - 2024-05-29 +### Fixed +- Exception in SVN repositories due to incorrect git initialization (Backport from 2.47) +- Default branch evaluation on git config initialization + ## [2.46.2] - 2024-03-04 ### Fixed - Rendering PDF files in source view @@ -12,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.46.1] - 2023-09-01 ### Fixed - Loading LFS files for imports and mirrors (from 2.44.3) -- Handling of submodules in imports and mirrors (from 2.44.3) +- Handling of submodules in imports and mirrors (from 2.44.3) ## [2.46.0] - 2023-08-24 ### Added @@ -1369,4 +1374,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.46.0]: https://scm-manager.org/download/2.46.0 [2.46.1]: https://scm-manager.org/download/2.46.1 [2.46.2]: https://scm-manager.org/download/2.46.2 - +[2.46.3]: https://scm-manager.org/download/2.46.3 diff --git a/gradle/changelog/git_config_init.yaml b/gradle/changelog/git_config_init.yaml deleted file mode 100644 index 1d71dac14c..0000000000 --- a/gradle/changelog/git_config_init.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Default branch evaluation on git config initialization diff --git a/gradle/changelog/git_initialization.yaml b/gradle/changelog/git_initialization.yaml deleted file mode 100644 index 6f1b76d336..0000000000 --- a/gradle/changelog/git_initialization.yaml +++ /dev/null @@ -1,3 +0,0 @@ -- type: fixed - description: Exception in SVN repositories due to incorrect git initialization (Backport from 2.47) -