From b1e66d050e84dbb2120001d16ce59d15ef6b5303 Mon Sep 17 00:00:00 2001 From: dbr Date: Fri, 2 Dec 2022 13:42:47 +1030 Subject: [PATCH] Update changelog --- CHANGELOG.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 6ba0909..6f1464c 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -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