From: Rob Madole Date: Mon, 28 Jan 2019 22:41:44 +0000 (-0600) Subject: Mention some additional upgrading information X-Git-Tag: 5.7.1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd0029e8bfb4cb905af0e9632b547d245f09280b;p=thirdparty%2FFont-Awesome.git Mention some additional upgrading information --- diff --git a/UPGRADING.md b/UPGRADING.md index 5b5ef5f3d4..21677631a5 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -10,6 +10,14 @@ As always, [submit issues](https://github.com/FortAwesome/Font-Awesome/issues/ne ## 5.6.x to 5.7.0 +### OTF and TTF files + +The PostScript name has been changed from `FontAwesome5ProSolid` to `FontAwesome5Pro-Solid`. This was done to be more compatible with tooling such as XCode. + +We've also update the `Version` specifier. Font files only support a MAJOR and MINOR version number so we have modifed our schema. For example, version 5.7.0 of Font Awesome is reflected as 329.472 in the individual font files. + +### Icon changes + The calendar-alt icon has been reverted back to the previous design in versions <= 5.6.0. ---