Prepare 2.1.0 (#153)

Breaking change in upstream.
This commit is contained in:
Alexander Bondarenko
2022-07-25 21:14:21 +03:00
committed by GitHub
parent 3a5abb2037
commit 7795b3d838
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog for dear-imgui
## [2.1.0]
- `imgui` updated to [1.88].
* Breaking: `ImGuiKeyModFlags` renamed to `ImGuiModFlags`.
## [2.0.0]
- `String` arguments replaced with `Text`.