Update CHANGELOG to include fix to build_with_ref

This commit is contained in:
Malik Olivier Boussejra 2019-12-06 11:26:31 +09:00
parent 55a8f28e0a
commit 9d3fb4ba40

View File

@ -10,6 +10,11 @@
- Various things that were deprecated in imgui-rs 0.2.0
### Fixed
- Fix toggling behavior on using `MenuItem::build_with_ref` and
`Selectable::build_with_ref`.
## [0.2.1] - 2019-09-09
### Fixed