Skip to content

Commit c82d8e8

Browse files
committed
updated changelog
1 parent 302a336 commit c82d8e8

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

CHANGELOG.md

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

3+
### v0.7.0
4+
5+
- added [OS/2] CapHeight metric to report table
6+
- added [OS/2] xHeight metric to report table
7+
- modified version string parsing for report to support fonts that do not contain langID=0 tables
8+
- added release.sh shell script
9+
- updated Travis CI testing settings
10+
- updated Appveyor CI testing settings
11+
- updated tox.ini Python tox testing settings
12+
313
### v0.6.1
414

515
- minor Python style fixes (PR #8 by @moyogo)
@@ -17,11 +27,11 @@
1727

1828
### v0.5.3
1929

20-
- added [head] yMax to report
21-
- added [head] yMin to report
22-
- added [OS/2] (TypoAscender + TypoDescender + TypoLineGap) / UPM to report
23-
- added [OS/2] (winAsc + winDesc) / UPM to report
24-
- added [OS/2] (hhea Asc + Desc) / UPM to report
30+
- added [head] yMax metric to report
31+
- added [head] yMin metric to report
32+
- added [OS/2] (TypoAscender + TypoDescender + TypoLineGap) / UPM calculation to report
33+
- added [OS/2] (winAsc + winDesc) / UPM calculation to report
34+
- added [OS/2] (hhea Asc + Desc) / UPM calculation to report
2535
- removed [OS/2] TypoLineGap / UPM from the report
2636

2737
### v0.5.2

0 commit comments

Comments
 (0)