From b2378d6d5f8a5e3a00ca5970d2b9d4458c698ae5 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Wed, 22 May 2024 16:47:40 +0200 Subject: [PATCH] [skip ci] docs(release-notes): 7.0.3 (take 2) This commit was reverted because it introduces a regression. Refs: https://codeberg.org/forgejo/forgejo/pulls/3867 --- RELEASE-NOTES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index b7239d11f3..d9037a17a0 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -25,7 +25,6 @@ In addition to the following notable bug fixes, you can browse the [full list of * **Bug fixes:** * [PR](https://codeberg.org/forgejo/forgejo/pulls/3588). Fixed: migration of a repository from gogs fails when it is hosted at a subpath. * [PR](https://codeberg.org/forgejo/forgejo/pulls/3591). Fixed: when creating an OAuth2 application the redirect URLs are not enforced to be mandatory. - * [PR](https://codeberg.org/forgejo/forgejo/pulls/3659). Fixed: OAuth2 may process authorization requests automatically without user consent or interaction. * [PR](https://codeberg.org/forgejo/forgejo/pulls/3659). Fixed: the API incorrectly excludes repositories where code is not enabled. * [PR](https://codeberg.org/forgejo/forgejo/pulls/3677). Fixed: "Allow edits from maintainers" cannot be modified via the pull request web UI. * [PR](https://codeberg.org/forgejo/forgejo/pulls/3687). Fixed: repository activity feeds (including RSS and Atom feeds) contain repeated activities.