From 5b04ff1e7b16b638b847d87370fac1e3b97f07b2 Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Mon, 16 Mar 2020 12:24:53 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 799a475..5c9674b 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -5,6 +5,11 @@ ### Changed - Redesigned tree / collapsing header API + +## [0.3.1] - 2020-03-16 + +### Fixed + - Narrowed support winit version range in imgui-winit-support ## [0.3.0] - 2020-02-15 @@ -539,6 +544,7 @@ by setting the environment variable `WINIT_HIDPI_FACTOR=1` if you use X11. - Initial release with cimgui/imgui 1.44, glium 0.9 [Unreleased]: https://github.com/Gekkio/imgui-rs/compare/v0.3.0...HEAD +[0.3.1]: https://github.com/Gekkio/imgui-rs/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/Gekkio/imgui-rs/compare/v0.2.0...v0.3.0 [0.2.1]: https://github.com/Gekkio/imgui-rs/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/Gekkio/imgui-rs/compare/v0.1.0...v0.2.0