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

Update changelogs

This commit is contained in:
Emil Ernerfeldt
2023-11-23 15:46:04 +01:00
parent 38ab2d9ca7
commit e7604c0230
9 changed files with 133 additions and 3 deletions

View File

@@ -6,6 +6,11 @@ This file is updated upon each release.
Changes since the last release can be found by running the `scripts/generate_changelog.py` script.
## 0.24.0 - 2023-11-23
* Update MSRV to Rust 1.72 [#3595](https://github.com/emilk/egui/pull/3595)
* Add `#[inline]` to all color-related function [38b4234](https://github.com/emilk/egui/commit/38b4234c3282a7c044c18b77234ee8c204efe171)
## 0.22.0 - 2023-05-23
* Nothing new