IO, InputText: missing changelog entry (amend 092c88d) + readme note on missing features.

This commit is contained in:
ocornut
2024-08-20 12:15:54 +02:00
parent 092c88dc7b
commit ecb1962013
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -43,6 +43,9 @@ Breaking changes:
Other changes:
- IO, InputText: fixed an issue where typing text in a InputText() would defer character
processing by one frame, because of the trickling input queue. Reworked interleaved
keys<>char trickling to take account for keys known to input characters. (#7889, #4921, #4858)
- MultiSelect+TreeNode+Drag and Drop: fixed an issue where carrying a drag and drop
payload over an already open tree node would incorrectly select it. (#7850)
- MultiSelect+TreeNode: default open behavior is OpenOnDoubleClick + OpenOnArrow