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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user