chore: allow unreleased-lines to be reused on other files (#5593)

This commit is contained in:
nerix
2024-09-14 12:41:37 +02:00
committed by GitHub
parent 694cc2dbff
commit 2d8937f43e
2 changed files with 34 additions and 28 deletions
+1 -1
View File
@@ -84,7 +84,7 @@
- Dev: Moved some responsibility away from Application into WindowManager. (#5551)
- Dev: Fixed benchmarks segfaulting on run. (#5559)
- Dev: Refactored `MessageBuilder` to be a single class. (#5548)
- Dev: Recent changes are now shown in the nightly release description. (#5553, #5554)
- Dev: Recent changes are now shown in the nightly release description. (#5553, #5554, #5593)
- Dev: The timer for `StreamerMode` is now destroyed on the correct thread. (#5571)
- Dev: Cleanup some parts of the `magic_enum` adaptation for Qt. (#5587)