Set version in changelog

This commit is contained in:
dbr 2023-04-05 21:49:56 +09:30
parent 197128840c
commit 79955778f7

View File

@ -1,6 +1,6 @@
# Change Log
## [unreleased]
## [0.11.0] - 2023-04-05
- Added API to add callbacks to draw list for advanced custom drawing - [PR#702](https://github.com/imgui-rs/imgui-rs/pull/702)
- Added `OwnedDrawData` API for usage like multithreaded renderers - [PR#721](https://github.com/imgui-rs/imgui-rs/pull/721)