docs: changelog

This commit is contained in:
Jack Wills
2024-05-07 19:58:31 +00:00
parent 0445b39f9e
commit b810e368f5
+2 -2
View File
@@ -5,13 +5,13 @@
+ Allow closing dialogs with `Escape`, thanks [JCQuintas](https://github.com/JCQuintas), [0e4c3ceab933458d40b54d5fcff7e6cf7a3ab315] + Allow closing dialogs with `Escape`, thanks [JCQuintas](https://github.com/JCQuintas), [0e4c3ceab933458d40b54d5fcff7e6cf7a3ab315]
### Fixes ### Fixes
+ header display when width changes, [4628803b2b9fe63522d033b192763ed6ff5b57dd] + correct header display when terminal width changes, [4628803b2b9fe63522d033b192763ed6ff5b57dd]
### Refactors ### Refactors
+ use tokio CancellationToken, [0631a73ec27530f8fcc88988a0a02ca75e32c5ba] + use tokio CancellationToken, [0631a73ec27530f8fcc88988a0a02ca75e32c5ba]
+ impl AsyncTTY, [bf33776e9a61684032a80d22d995ba7e0446620e] + impl AsyncTTY, [bf33776e9a61684032a80d22d995ba7e0446620e]
### Test ### Tests
+ reduced header section test, [aa0947405393db2c306e86986183514cbc0f5a75] + reduced header section test, [aa0947405393db2c306e86986183514cbc0f5a75]
+ test_draw_blocks_help() with add esc text, [ff839af4ef68193149d6456e70fee189228c4a44] + test_draw_blocks_help() with add esc text, [ff839af4ef68193149d6456e70fee189228c4a44]