diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 72e7dfac90..e488b8f0b1 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -187,9 +187,12 @@ The CFF format is also supported when a `CITATION.cff` file used instead. Files with the `.cast` extension are displayed in the Forgejo web interface as [asciicast v2](https://github.com/asciinema/asciinema/blob/develop/doc/asciicast-v2.md) files using [asciinema-player](https://github.com/asciinema/asciinema-player). -#### [Attention blocks within quote blocks for Note and Warning](https://codeberg.org/forgejo/forgejo/commit/cb8328853) +#### [Attention blocks Note and Warning](https://codeberg.org/forgejo/forgejo/commit/cb8328853) -* (description) +For each quote block, the first `**Note**` or `**Warning**` gets an icon +prepended to it and its text is colored accordingly. + +Attention block #### [Support for commit cross references](https://codeberg.org/forgejo/forgejo/commit/d0d257b24) diff --git a/releases/images/forgejo-v1.19-note-warning.png b/releases/images/forgejo-v1.19-note-warning.png new file mode 100644 index 0000000000..6162bd25a7 Binary files /dev/null and b/releases/images/forgejo-v1.19-note-warning.png differ