From 83128698ea27788844f291e49017ba8ee8dce6f8 Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Tue, 5 Feb 2019 21:20:15 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 4f30f9a..c69278a 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -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