1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 23:13:13 -04:00

Release 0.26.1 - Bug Fixes

This commit is contained in:
Emil Ernerfeldt
2024-02-11 08:59:02 +01:00
parent 0d17b6748d
commit a8501c963d
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)