Adjust changelog for release 2.32.2

This commit is contained in:
René Pfeuffer
2022-03-23 16:23:42 +01:00
parent f7718b80e8
commit a28ca84f12
8 changed files with 11 additions and 14 deletions

View File

@@ -5,6 +5,16 @@ 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.32.2] - 2022-03-23
### Fixed
- Some plugin bundles are executed multiple times ([#1980](https://github.com/scm-manager/scm-manager/pull/1980))
- Remove plugin center login without url ([#1978](https://github.com/scm-manager/scm-manager/pull/1978))
- Do not ignore ui test results on Jenkins ([#1975](https://github.com/scm-manager/scm-manager/pull/1975))
- HG read support for evolve extension
- Hide plugin dependencies on uninstall ([#1977](https://github.com/scm-manager/scm-manager/pull/1977))
- Throw more specific exception if compared revisions are ambiguous ([#1974](https://github.com/scm-manager/scm-manager/pull/1974))
- Branch details invalidation ([#1973](https://github.com/scm-manager/scm-manager/pull/1973))
## [2.32.1] - 2022-03-10
### Fixed
- Create user via UI
@@ -983,3 +993,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[2.31.1]: https://scm-manager.org/download/2.31.1
[2.32.0]: https://scm-manager.org/download/2.32.0
[2.32.1]: https://scm-manager.org/download/2.32.1
[2.32.2]: https://scm-manager.org/download/2.32.2

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Branch details invalidation ([#1973](https://github.com/scm-manager/scm-manager/pull/1973))

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Hide plugin dependencies on uninstall ([#1977](https://github.com/scm-manager/scm-manager/pull/1977))

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Some plugin bundles are executed multiple times ([#1980](https://github.com/scm-manager/scm-manager/pull/1980))

View File

@@ -1,2 +0,0 @@
- type: fixed
description: HG Read Support for Evolve Extenxion

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Do not ignore ui test results on Jenkins ([#1975](https://github.com/scm-manager/scm-manager/pull/1975))

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Throw more specific exception if compared revisions are ambiguous ([#1974](https://github.com/scm-manager/scm-manager/pull/1974))

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Remove plugin center login without url ([#1978](https://github.com/scm-manager/scm-manager/pull/1978))