Skip to content

Commit 4c76831

Browse files
committed
[CHANGELOG.md] v3.1.0
1 parent d30b01f commit 4c76831

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Changelog
22

3+
### v3.1.0
4+
5+
- add requirements.txt file with pinned dependency versions
6+
- update all build dependencies to current release versions
7+
- the fontTools dependency updates add support for Unicode 13
8+
- convert PyPI documentation to repository README Markdown file
9+
- add Py3.8 interpreter to CI testing
10+
311
### v3.0.0
412

513
- added baseline to baseline distance calculations for hhea, typo, and win metrics to reports
@@ -18,7 +26,7 @@
1826
- modified Travis CI testing to Python 3.5 - 3.7
1927
- refactored Appveyor CI settings file
2028
- modified Appveyor CI testing to Python 3.5 - 3.7
21-
-
29+
-
2230

2331
### v1.0.1
2432

@@ -52,8 +60,8 @@
5260

5361
- modified percent command calculations to maintain vertical metrics approaches in the original font design
5462
- added vertical metrics modification support for fonts designed with the following vertical metrics approaches:
55-
- Google style metrics where TypoLinegap = hhea linegap = 0, internal leading is present in [OS/2] TypoAsc/TypoDesc, [hhea] Asc/Desc, [OS/2] winAsc/winDesc
56-
- Adobe style metrics where TypoLinegap = hhea linegap = 0, TypoAsc - TypoDesc = UPM, internal leading in [hhea] Asc/Desc & [OS/2] winAsc/winDesc
63+
- Google style metrics where TypoLinegap = hhea linegap = 0, internal leading is present in [OS/2] TypoAsc/TypoDesc, [hhea] Asc/Desc, [OS/2] winAsc/winDesc
64+
- Adobe style metrics where TypoLinegap = hhea linegap = 0, TypoAsc - TypoDesc = UPM, internal leading in [hhea] Asc/Desc & [OS/2] winAsc/winDesc
5765

5866
### v0.5.4
5967

0 commit comments

Comments
 (0)