1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

Expand and clean up changelogs

This commit is contained in:
Emil Ernerfeldt
2021-08-15 18:31:50 +02:00
parent 2f46b0eb06
commit 96c45716be
3 changed files with 10 additions and 18 deletions

View File

@@ -3,15 +3,14 @@ All notable changes to the `eframe` crate.
## Unreleased
* Improve http fetch API.
## 0.13.1 - 2021-06-24
* Fix `http` feature flag and docs
## 0.13.0 - 2021-06-24
* `App::setup` now takes a `Frame` and `Storage` by argument.
* `App::load` has been removed. Implement `App::setup` instead.