diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index b94fa2eb5f..8211926472 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -119,7 +119,17 @@ Any webhook can now specify an `Authorization` header to be sent along every req
#### [Scoped labels](https://codeberg.org/forgejo/forgejo/commit/6221a6fd5)
-* (description)
+Labels that contain a forward slash (**/**) separator are displayed with a slightly different color before and after the separator, as a visual aid. The first part of the label defines its "scope".
+
+
+
+When creating a label with a scope, it is possible to make it exclusive.
+
+
+
+Such an exclusive label cannot be used at the same time as other labels in the same scope. In this example only one of the the exclusive labels `forgejo/ui` and `forgejo/i18n` can be selected and is shown with a leading dot. Multiple non exclusive labels can be selected and are shown with a leading checkmark.
+
+
#### [Support org/user level projects](https://codeberg.org/forgejo/forgejo/commit/6fe3c8b39)
diff --git a/releases/images/forgejo-v1.19-label-apply.png b/releases/images/forgejo-v1.19-label-apply.png
new file mode 100644
index 0000000000..b8a1086671
Binary files /dev/null and b/releases/images/forgejo-v1.19-label-apply.png differ
diff --git a/releases/images/forgejo-v1.19-label-list.png b/releases/images/forgejo-v1.19-label-list.png
new file mode 100644
index 0000000000..d0f5a09646
Binary files /dev/null and b/releases/images/forgejo-v1.19-label-list.png differ
diff --git a/releases/images/forgejo-v1.19-label-new.png b/releases/images/forgejo-v1.19-label-new.png
new file mode 100644
index 0000000000..21290f8003
Binary files /dev/null and b/releases/images/forgejo-v1.19-label-new.png differ