Add release title to changelog entry

This commit is contained in:
Emil Ernerfeldt 2024-07-05 12:14:03 +02:00
parent abab06867c
commit 0f6310c598
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ 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.28.1 - 2024-07-05
## 0.28.1 - 2024-07-05 - Tooltip tweaks
### ⭐ Added
* Add `Image::uri()` [#4720](https://github.com/emilk/egui/pull/4720) by [@rustbasic](https://github.com/rustbasic)