mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-15 07:28:28 +00:00
Update changelog
This commit is contained in:
parent
645d7eba55
commit
b1e66d050e
@ -1,6 +1,9 @@
|
||||
# Change Log
|
||||
|
||||
## [unreleased]
|
||||
- Removed `im_str!` macro - deprecated since v0.8.
|
||||
|
||||
`ui.button(im_str!("Example"))` just becomes `ui.button("Example")` and `ui.button(&im_str!("My age is {}", 100))` becomes `ui.button!(format!("My age is {}", 100))`
|
||||
|
||||
## [0.9.0] - 2022-11-30
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user