doc: fix repl-interrupt release note entry

The timing of the merge resulted in the newly introduced metadata not being
present.

Change-Id: I07f28cf37703ec05c3e1b96301797a42d913264b
This commit is contained in:
alois31 2024-05-17 09:33:13 +02:00
parent 005ee33a9a
commit bf2dcbe427
Signed by: alois31
GPG key ID: E0F59EA5E5216914
2 changed files with 6 additions and 0 deletions

View file

@ -66,3 +66,7 @@ midnightveil:
display_name: julia
forgejo: midnightveil
github: midnightveil
alois31:
forgejo: alois31
github: alois31

View file

@ -1,6 +1,8 @@
---
synopsis: Interrupting builds in the REPL works more than once
cls: 1097
category: Fixes
credits: alois31
---
Builds in the REPL can be interrupted by pressing Ctrl+C.