From 6763b54c9714a802ba2dd73eea866cacc2acdaf7 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Fri, 15 May 2020 19:14:16 +0100 Subject: [PATCH] NEWS.rst: minor [skip ci] --- NEWS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 023053254..12caf219e 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -21,7 +21,7 @@ - [gvar] Sort ``gvar`` XML output by glyph name, not glyph order (#1907, #1908). - [Doc] Added help options to ``fonttools`` command line tool (#1913, #1920). Ensure all fonttools CLI tools have help documentation (#1948). -- [ufoLib] Only write fontinfo.plist when there is content to be had. +- [ufoLib] Only write fontinfo.plist when there actually is content (#1911). 4.9.0 (released 2020-04-29) ---------------------------