mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-07 19:12:28 +02:00
Adjust changelog for release 2.43.0
This commit is contained in:
21
CHANGELOG.md
21
CHANGELOG.md
@@ -5,6 +5,26 @@ 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.43.0] - 2023-04-12
|
||||
### Added
|
||||
- Extension points for bottom of information table
|
||||
- Display images in diffs
|
||||
- Optional reset button for forms
|
||||
- Initial implementation of an audit log API
|
||||
- Enable developers to manage array properties in forms
|
||||
|
||||
### Fixed
|
||||
- Error in frontend without 'default' branch in hg repositories
|
||||
- Not found exception with SVN externals
|
||||
- Fix sticky diffs page position after collapse
|
||||
- Connect labels with their respective inputs for improved accessibility
|
||||
- Branch and tag validation regarding special characters
|
||||
- Concurrent modification exception in JAXB stores
|
||||
|
||||
### Changed
|
||||
- Improve committer accuracy
|
||||
- Use standard configuration store api for general config
|
||||
|
||||
## [2.42.3] - 2023-03-10
|
||||
### Fixed
|
||||
- Concurrent modification exception in JAXB stores
|
||||
@@ -1241,3 +1261,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
[2.42.1]: https://scm-manager.org/download/2.42.1
|
||||
[2.42.2]: https://scm-manager.org/download/2.42.2
|
||||
[2.42.3]: https://scm-manager.org/download/2.42.3
|
||||
[2.43.0]: https://scm-manager.org/download/2.43.0
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: added
|
||||
description: Initial implementation of an audit log API
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: changed
|
||||
description: Improve committer accuracy
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: fixed
|
||||
description: Connect labels with their respective inputs for improved accessibility
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: added
|
||||
description: Enable developers to manage array properties in forms
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: added
|
||||
description: Optional reset button for forms
|
||||
@@ -1,3 +0,0 @@
|
||||
- type: fixed
|
||||
description: Error in frontend without 'default' branch in hg repositories
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: added
|
||||
description: Display images in diffs
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: added
|
||||
description: Extension points for bottom of information table
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: fixed
|
||||
description: Concurrent modification exception in JAXB stores
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: fixed
|
||||
description: Not found exception with SVN externals
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: changed
|
||||
description: Use standard configuration store api for general config
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: fixed
|
||||
description: Branch and tag validation regarding special characters
|
||||
@@ -1,2 +0,0 @@
|
||||
- type: fixed
|
||||
description: Fix sticky diffs page position after collapse
|
||||
Reference in New Issue
Block a user