[docs-only] Fixing changelog references pointing to the wrong PR

This commit is contained in:
mmattel
2024-02-12 17:14:56 +01:00
parent 8b403a4b86
commit e636850902
2 changed files with 3 additions and 3 deletions

View File

@@ -2,4 +2,4 @@ Enhancement: Support spec violating AD FS access token issuer
AD FS `/adfs/.well-known/openid-configuration` has an optional `access_token_issuer` which, in violation of the OpenID Connect spec, takes precedence over `issuer`.
https://github.com/owncloud/ocis/pull/7138
https://github.com/owncloud/ocis/pull/7140

View File

@@ -1,5 +1,5 @@
Enhancement: Allow configuring additional routes
Allows adding custom routes to the ocis proxy. This enables customs ocis extensions
Allows adding custom routes to the ocis proxy. This enables custom ocis extensions.
https://github.com/owncloud/ocis/pull/7740
https://github.com/owncloud/ocis/pull/7741