From 2a39e8ad883dc4ad3c06196db391ef1a337fd4a5 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Mon, 16 Aug 2021 09:38:36 -0700 Subject: [PATCH] docs: changelog for https://github.com/wez/wezterm/issues/1029 --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index ee34d324f..f45f97a75 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -13,6 +13,7 @@ As features stabilize some brief notes about them will accumulate here. * Fixed: `wezterm cli spawn` would use the initial terminal size for a new tab, rather than using the current tab size [#920](https://github.com/wez/wezterm/issues/920) * Fixed: `text_background_opacity` opacity was not respected +* Fixed: spawning commands via the mux didn't respect the `PATH` configured in `set_environment_variables`. [#1029](https://github.com/wez/wezterm/issues/1029) ### 20210814-124438-54e29167