From 22de79cfa1e1bc0b92669b06f24c910b8ccc3c99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Thu, 8 Oct 2020 09:32:42 +0200 Subject: [PATCH] Correct CHANGELOG API keys are _not_ part of 2.6.1 --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a3c25415f..56ddc3cf02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,14 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased ### Added - SubRepository support ([#1357](https://github.com/scm-manager/scm-manager/pull/1357)) +- Users can create API keys with limited permissions ([#1359](https://github.com/scm-manager/scm-manager/pull/1359)) ### Fixed - Align actionbar item horizontal and enforce correct margin between them ([#1358](https://github.com/scm-manager/scm-manager/pull/1358)) - Fix recursive browse command for git ([#1361](https://github.com/scm-manager/scm-manager/pull/1361)) ## [2.6.1] - 2020-09-30 -### Added -- Users can create API keys with limited permissions ([#1359](https://github.com/scm-manager/scm-manager/pull/1359)) - ### Fixed - Not found error when using browse command in empty hg repository ([#1355](https://github.com/scm-manager/scm-manager/pull/1355))