From a66c61ee9912232f157968fb502f0e81559016a8 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 4 Dec 2021 08:22:13 -0700 Subject: [PATCH] docs: changelog for https://github.com/wez/wezterm/issues/1279 closes: https://github.com/wez/wezterm/issues/1279 --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index 38ae2ba2e..93e8ccea2 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -90,6 +90,7 @@ As features stabilize some brief notes about them will accumulate here. * macOS: The `Menlo` font is now implicitly included in the system fallback list, as it is the only font that contains U+2718 ✘ * `wezterm cli spawn --cwd ..` and `wezterm cli split-pane --cwd ..` now resolve relative paths [#1243](https://github.com/wez/wezterm/issues/1243) * Incorrect DECRPTUI response to DA3. Thanks to [@ninjalj](https://github.com/ninjalj)! [#1330](https://github.com/wez/wezterm/pull/1330) +* Reloading config now loads newly defined multiplexer domains, however, existing domains are not updated. [#1279](https://github.com/wez/wezterm/issues/1279) ### 20210814-124438-54e29167