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 3de77e6dbd
commit d5fdb995d3
No known key found for this signature in database
GPG key ID: E0F59EA5E5216914
2 changed files with 6 additions and 0 deletions

View file

@ -71,3 +71,7 @@ puck:
display_name: puck
forgejo: puck
github: puckipedia
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.