1
1
mirror of https://github.com/wez/wezterm.git synced 2024-08-17 02:00:25 +03:00

docs: changelog for #5033

This commit is contained in:
Wez Furlong 2024-05-05 14:07:36 -07:00
parent 962ba3af6e
commit c02973b852
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -40,7 +40,7 @@ As features stabilize some brief notes about them will accumulate here.
and deserialization of JSON, TOML and YAML. Thanks to @expnn! #4969
#### Fixed
* Race condition when very quickly adjusting font scale, and other improvements
around resizing. Thanks to @jknockel! #4876 #5032
around resizing. Thanks to @jknockel! #4876 #5032 #5033
* macOS: wacky initial window size with external monitors or certain font
sizes. #4966 #4250
* macOS: dragging non-filename data over wezterm could cause it to crash. #4771