1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

0.32.3 release: Bump version numbers and update changelog (#7536)

This commit is contained in:
Emil Ernerfeldt
2025-09-12 08:18:19 +02:00
committed by GitHub
parent 2d3ecd3494
commit 226bdc4c5b
12 changed files with 70 additions and 29 deletions

View File

@@ -5,6 +5,10 @@ This file is updated upon each release.
Changes since the last release can be found at <https://github.com/emilk/egui/compare/latest...HEAD> or by running the `scripts/generate_changelog.py` script.
## 0.32.3 - 2025-09-12
* Optimize `Mesh::add_rect_with_uv` [#7511](https://github.com/emilk/egui/pull/7511) by [@valadaptive](https://github.com/valadaptive)
## 0.32.2 - 2025-09-04
* Panic mutexes that can't lock for 30 seconds, in debug builds [#7468](https://github.com/emilk/egui/pull/7468) by [@emilk](https://github.com/emilk)
* Skip zero-length layout job sections [#7430](https://github.com/emilk/egui/pull/7430) by [@HactarCE](https://github.com/HactarCE)