Update changelog

This commit is contained in:
Joonas Javanainen 2018-10-11 19:37:16 +03:00
parent 450aa6fe93
commit 3a4f6b2c17
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179

View File

@ -5,12 +5,18 @@
### Added
- `ImGui::mouse_down`
- `ImGui::key_super`
- `Ui::get_window_pos`
- `Ui::is_window_focused`
- `Ui::is_root_window_focused`
- `Ui::is_child_window_focused`
- `Ui::popup_modal`
- `imgui-glutin-support` crate
- Support for custom textures
### Fixed
- Possible crash if rendering was skipped during a frame
### Changed