From 06c455b33bf39a7595a31a983dbaab7e28795f55 Mon Sep 17 00:00:00 2001
From: Earl Warren <contact@earl-warren.org>
Date: Tue, 28 Feb 2023 15:59:12 +0100
Subject: [PATCH] [DOCS] RELEASE-NOTES: Incoming emails

---
 RELEASE-NOTES.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 57c82b513e..4e4b85282b 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -97,13 +97,18 @@ If a Forgejo instance has users or organizations named `forgejo-actions` and `gi
 
 ### Features
 
-### [Documentation](https://forgejo.org/docs/v1.19/)
+### [Documentation](https://forgejo.org/docs/latest/)
 
 The first version of the [Forgejo documentation](https://forgejo.org/docs/latest/) is available and covers the administration of Forgejo, from installation to troubleshooting.
 
 #### [Incoming emails](https://codeberg.org/forgejo/forgejo/commit/fc037b4b825f0501a1489e10d7c822435d825cb7)
 
-* (description)
+You can now set up Forgejo to receive incoming email. When enabled, it is now possible to reply to an email notification from Forgejo and:
+
+* Add a comment to an issue or a pull request
+* Unsubscribe to the notifications
+
+[Read more...](https://forgejo.org/docs/admin/incoming-email/)
 
 #### [Secrets](https://codeberg.org/forgejo/forgejo/commit/659055138b6d32492b20c9f4d1d5a3cdaa47188d)