Linux: Fix a regression in the previous release that caused automatic selection of fonts when using aliases such as "monospace" to not work

Fix #1209
This commit is contained in:
Kovid Goyal
2018-12-06 08:42:13 +05:30
parent 36b3582825
commit 35653ef4b4
2 changed files with 11 additions and 0 deletions

View File

@@ -9,6 +9,10 @@ Changelog
- Fix passing input via the pipe action to a program without a window not
working.
- Linux: Fix a regression in the previous release that caused automatic
selection of fonts when using aliases such as "monospace" to not work
(:iss:`1209`)
0.13.0 [2018-12-05]
------------------------------