egui/epi/CHANGELOG.md

25 lines
432 B
Markdown

# Changelog for epi
All notable changes to the `epi` crate.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
* You can control the maximum egui web canvas size with `App::max_size_points`.
## 0.9.0 - 2021-02-07
* Nothing new
## 0.8.0 - 2021-01-17
* Simplify `TextureAllocator` interface.
## 0.7.0 - 2021-01-04
* Initial release of epi, with http and persistence features.