From 526405f1648a516b80b1fd10ec4a24c06633ced7 Mon Sep 17 00:00:00 2001 From: Florian Scholdei Date: Wed, 28 Oct 2020 17:55:31 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cbd392b0f..ad2cd04b14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ 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 +- Create _authenticated group on setup ([#1396](https://github.com/scm-manager/scm-manager/pull/1396)) + ### Fixed - Do not expose subversion commit with id 0 ([#1395](https://github.com/scm-manager/scm-manager/pull/1395))