update CHANGELOG.md

This commit is contained in:
Eduard Heimbuch
2020-04-09 08:06:47 +02:00
parent 207e87ca8d
commit e84d37b3bd

View File

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