fixed typo in changelog

This commit is contained in:
Sebastian Sdorra
2020-04-15 08:41:08 +02:00
parent 987f928626
commit 21aa403f7b

View File

@@ -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))