Update changelog

This commit is contained in:
Joonas Javanainen 2019-02-05 21:20:15 +02:00
parent a7877ce7b1
commit 83128698ea
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179

View File

@ -5,13 +5,17 @@
### Added
- `Ui::with_test_wrap_pos`
- `Ui::get_content_region_max`
- `Ui::get_window_content_region_min`
- `Ui::get_window_content_region_max`
### Changed
- Upgrade to cimgui 1.66.2+ / imgui 1.66b. **This is a very big update, so there
are a lot of breaking changes**
- Bump minimum Rust version to 1.31 (1.28 required by the glutin crate, and
1.31 requires by the stb_truetype crate)
1.31 required by the stb_truetype crate)
- Upgrade to glium 0.23
- Replaced `imgui-glutin-support` with `imgui-winit-support`
## [0.0.21] - 2018-10-11