1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

Add changelogs

This commit is contained in:
Lucas Meurer
2026-08-05 12:14:29 +02:00
parent e37d44ad8a
commit dd8f584a8f
12 changed files with 119 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Changelog for egui_kittest
All notable changes to the `egui_kittest` crate will be noted in this file.
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.36.0 - 2026-08-05
* Add `egui_inspection::Request::Settle` [#8344](https://github.com/emilk/egui/pull/8344) by [@lucasmerlin](https://github.com/lucasmerlin)
## 0.35.0 - Initial release