From a842f0f78c54b7a1afd4d0cebf84c88c374ec377 Mon Sep 17 00:00:00 2001 From: Eduard Heimbuch Date: Wed, 28 Oct 2020 08:43:31 +0100 Subject: [PATCH] fix CHANGELOG.md --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cd57e1ffc..f1ad0d36bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,15 @@ 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). +## Unreleased +### Added +- Automatic user converter for external users ([#1380](https://github.com/scm-manager/scm-manager/pull/1380)) + ## [2.8.0] - 2020-10-27 ### Added - Generation of email addresses for users, where none is configured ([#1370](https://github.com/scm-manager/scm-manager/pull/1370)) -- Automatic user converter for external users ([#1380](https://github.com/scm-manager/scm-manager/pull/1380)) - Source code fullscreen view ([#1376](https://github.com/scm-manager/scm-manager/pull/1376)) - Plugins can now expose ui components to be shared with other plugins ([#1382](https://github.com/scm-manager/scm-manager/pull/1382)) -- Source code fullscreen view ([#1376](https://github.com/scm-manager/scm-manager/pull/1376)) ### Changed - Reduce logging of ApiTokenRealm ([#1385](https://github.com/scm-manager/scm-manager/pull/1385))