1
1
mirror of https://github.com/wez/wezterm.git synced 2024-10-27 16:19:25 +03:00

docs: tweak changelog text

This commit is contained in:
Wez Furlong 2022-06-29 16:15:02 -07:00
parent ad42f1d7c4
commit 556a6b855a

View File

@ -18,7 +18,7 @@ As features stabilize some brief notes about them will accumulate here.
* `colors.indexed` would error out with `Cannot convert String to u8`. [#2197](https://github.com/wez/wezterm/issues/2197)
* X11: closing a window when multiple were open could result in an X protocol error that closed all windows [#2198](https://github.com/wez/wezterm/issues/2198)
* Config will now automatically reload after error. Previously, you would need to manually reload the config using [ReloadConfiguration](config/lua/keyassignment/ReloadConfiguration.md). [#1174](https://github.com/wez/wezterm/issues/1174)
* Config will now automatically reload for changes made to 'require'd lua files. Previously, only the main config file and any files that you explicitly passed to [add_to_config_reload_watch_list](config/lua/wezterm/add_to_config_reload_watch_list.md) would trigger a reload.
* Config will now automatically reload for changes made to `require`d lua files. Previously, only the main config file and any files that you explicitly passed to [add_to_config_reload_watch_list](config/lua/wezterm/add_to_config_reload_watch_list.md) would trigger a reload.
### 20220624-141144-bd1b7c5d