Nicer spacing in changelogs
This commit is contained in:
parent
7710308e09
commit
273d466f19
3 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,7 @@ NOTE: `egui_web` and `egui_glium` has their own changelogs!
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
### Changed 🔧
|
### Changed 🔧
|
||||||
|
@ -42,6 +43,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
* Removed the `label!` macro.
|
* Removed the `label!` macro.
|
||||||
|
|
||||||
|
|
||||||
## 0.4.0 - 2020-11-28
|
## 0.4.0 - 2020-11-28
|
||||||
|
|
||||||
### Added ⭐
|
### Added ⭐
|
||||||
|
@ -67,6 +69,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
* Fixed bug where a lost widget could still retain keyboard focus.
|
* Fixed bug where a lost widget could still retain keyboard focus.
|
||||||
|
|
||||||
|
|
||||||
## 0.3.0 - 2020-11-07
|
## 0.3.0 - 2020-11-07
|
||||||
|
|
||||||
### Added ⭐
|
### Added ⭐
|
||||||
|
@ -94,6 +97,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
* Fix a bug where some regions would slowly grow for non-integral scales (`pixels_per_point`).
|
* Fix a bug where some regions would slowly grow for non-integral scales (`pixels_per_point`).
|
||||||
|
|
||||||
|
|
||||||
## 0.2.0 - 2020-10-10
|
## 0.2.0 - 2020-10-10
|
||||||
|
|
||||||
* Color picker
|
* Color picker
|
||||||
|
|
|
@ -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/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* `egui_glium::run`: the parameter `app` now has signature `Box<dyn App>` (you need to add `Box::new(app)` to your code).
|
* `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
|
## 0.5.0 - 2020-12-13
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* FileStorage::from_path now takes `Into<Path>` instead of `String`
|
* FileStorage::from_path now takes `Into<Path>` instead of `String`
|
||||||
|
|
||||||
|
|
||||||
## 0.4.0 - 2020-11-28
|
## 0.4.0 - 2020-11-28
|
||||||
|
|
||||||
Started changelog. Features:
|
Started changelog. Features:
|
||||||
|
|
|
@ -4,6 +4,7 @@ All notable changes to the `egui_web` integration will be noted in this file.
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
|
||||||
## 0.4.0 - 2020-11-28
|
## 0.4.0 - 2020-11-28
|
||||||
|
|
||||||
### Added ⭐
|
### Added ⭐
|
||||||
|
|
Loading…
Reference in a new issue