Update changelog

This commit is contained in:
Joonas Javanainen 2020-03-16 12:24:53 +02:00
parent 8b1a1d2e16
commit 5b04ff1e7b
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179

View File

@ -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