diff --git a/docs/changelog.markdown b/docs/changelog.markdown index 3d1f93ce7..7e66e17e0 100644 --- a/docs/changelog.markdown +++ b/docs/changelog.markdown @@ -40,6 +40,7 @@ brief notes about them may accumulate here. * Added support for Curly, Dotted and Dashed underlines. Vim users can set `let &t_Cs = "\e[4:3m"` in their `.vimrc` to enable undercurl support in wezterm. See [#415](https://github.com/wez/wezterm/issues/415) for more details on the escape sequences and configuration for this. * Fixed an issue where wezterm would spawn processes with `umask 077` on unix systems, rather than the more commonly expected `umask 022`. [#416](https://github.com/wez/wezterm/issues/416) * macOS: We now ship a Universal binary containing both Intel and "Apple Silicon" architectures +* Setting a really large or really small font scale (using CTRL +/-) no longer causes a panic [#428](https://github.com/wez/wezterm/issues/428) ### 20201101-103216-403d002d