1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Release 0.26.1 - Bug Fixes

This commit is contained in:
Emil Ernerfeldt
2024-02-11 08:59:02 +01:00
parent cd34a47dd6
commit d22ee81ab0
12 changed files with 67 additions and 25 deletions

View File

@@ -249,7 +249,7 @@ def main() -> None:
if args.write:
for crate in crate_names:
items = sections[crate] if crate in sections else []
items = sections[crate] if crate in sections else ["Nothing new"]
add_to_changelog_file(crate, items, args.version)