From 59e9648b7114121fca92c0ba5eb92272b1c45643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dachary?= Date: Thu, 5 Oct 2023 12:11:22 +0200 Subject: [PATCH] apply caesar rewording suggestions --- RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 093d7c9a9d..ff9d2c3131 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -52,7 +52,7 @@ This stable release contains **important security fixes**, as explained in the [ * Bug fixes - The most prominent ones are described here, others can be found in the list of commits included in the release as described above. + The most prominent bug fixes are described below. Others can be found in the list of commits included in the release as described above. * [Fix the display of pull requests waiting for review](https://codeberg.org/forgejo/forgejo/commit/4b23f11864) on the `/pulls` page. It incorrectly included all reviews. * [Fix a v1.20 regression preventing access to files with OAuth2 tokens](https://codeberg.org/forgejo/forgejo/commit/3e8c3b7c09) in private repositories.