Comments/typos tweaks

This commit is contained in:
ocornut
2023-05-20 17:56:20 +02:00
parent 2c558d5741
commit df8667b18b
3 changed files with 51 additions and 49 deletions

View File

@ -91,6 +91,8 @@ Other changes:
VERSION 1.89.5 (Released 2023-04-13)
-----------------------------------------------------------------------
Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.89.5
Other changes:
- InputText: Reworked prev/next-word behavior to more closely match Visual Studio
@ -162,6 +164,8 @@ Other changes:
VERSION 1.89.4 (Released 2023-03-14)
-----------------------------------------------------------------------
Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.89.4
Breaking Changes:
- Renamed PushAllowKeyboardFocus()/PopAllowKeyboardFocus() to PushTabStop()/PopTabStop().