From 21aa403f7b242a82ffd10d4318c261039d3150a7 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Wed, 15 Apr 2020 08:41:08 +0200 Subject: [PATCH] fixed typo in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3204c82c92..049543ae10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +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)) +- Removed the `requires` attribute on the `@Extension` annotation 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))