1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 13:16:39 +03:00

docs: changelog for #4969

This commit is contained in:
Wez Furlong 2024-02-08 09:02:11 -07:00
parent f671a9ab97
commit a7d9cfd25f
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -38,6 +38,7 @@ dhat-heap.json
/docs/config/lua/wezterm.gui/index.md
/docs/config/lua/wezterm.mux/index.md
/docs/config/lua/wezterm.procinfo/index.md
/docs/config/lua/wezterm.serde/index.md
/docs/config/lua/wezterm.time/index.md
/docs/config/lua/wezterm.time/Time/index.md
/docs/config/lua/wezterm.url/index.md

View File

@ -29,6 +29,8 @@ As features stabilize some brief notes about them will accumulate here.
deprecated; it no longer has any effect and will be removed in a future
release.
#### New
* [wezterm.serde](config/lua/wezterm.serde/index.md) module for serialization
and deserialization of JSON, TOML and YAML. Thanks to @expnn! #4969
#### Fixed
* Race condition when very quickly adjusting font scale. Thanks to @jknockel!
#4876