1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 22:30:03 -04:00

Nicer spacing in changelogs

This commit is contained in:
Emil Ernerfeldt
2020-12-15 14:26:01 +01:00
parent 7710308e09
commit 273d466f19
3 changed files with 8 additions and 0 deletions

View File

@@ -4,18 +4,21 @@ All notable changes to the `egui_glium` integration will be noted in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
### Changed
* `egui_glium::run`: the parameter `app` now has signature `Box<dyn App>` (you need to add `Box::new(app)` to your code).
## 0.5.0 - 2020-12-13
### Changed
* FileStorage::from_path now takes `Into<Path>` instead of `String`
## 0.4.0 - 2020-11-28
Started changelog. Features: