Adjust changelog for release 2.30.1

This commit is contained in:
René Pfeuffer
2022-01-26 10:13:41 +01:00
parent 0ac6273eaa
commit 31040bbeeb
3 changed files with 6 additions and 4 deletions

View File

@@ -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.30.1] - 2022-01-26
### Fixed
- Make comparable null safe ([#1933](https://github.com/scm-manager/scm-manager/pull/1933))
- Password field in "Create User" dialog and other ((#1934)[https://github.com/scm-manager/scm-manager/pull/1934])
## [2.30.0] - 2022-01-21
### Added
- initial focus, submission on pressing enter and fix trap focus for modals ([#1925](https://github.com/scm-manager/scm-manager/pull/1925))
@@ -926,3 +931,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[2.29.0]: https://scm-manager.org/download/2.29.0
[2.29.1]: https://scm-manager.org/download/2.29.1
[2.30.0]: https://scm-manager.org/download/2.30.0
[2.30.1]: https://scm-manager.org/download/2.30.1

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Make comparable null safe ([#1933](https://github.com/scm-manager/scm-manager/pull/1933))

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Password field in "Create User" dialog and other ((#1934)[https://github.com/scm-manager/scm-manager/pull/1934])