From e84d37b3bd69b4c767c50a3ea5f680cd9fa8cc2b Mon Sep 17 00:00:00 2001 From: Eduard Heimbuch Date: Thu, 9 Apr 2020 08:06:47 +0200 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2101b427ab..3204c82c92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Simplified collapse state management of the secondary navigation ([#1086](https://github.com/scm-manager/scm-manager/pull/1086) - Ensure same monospace font-family throughout whole SCM-Manager ([#1091](https://github.com/scm-manager/scm-manager/pull/1091) +- Removed the "requires" attribute on the @Extension annotitation and instead create a new @Requires annotation ([#1097](https://github.com/scm-manager/scm-manager/pull/1097)) ### Fixed - Authentication for write requests for repositories with anonymous read access ([#108](https://github.com/scm-manager/scm-manager/pull/1081))