Add release note (#1007)

This commit is contained in:
be5invis 2021-06-03 23:06:27 -07:00
parent b6048d9a07
commit 6c8233937f
2 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,7 @@
const { Joining } = require("../../support/gr");
const ApplePostNames = new Map([
/* spell-checker: disable */
[0xd, "nonmarkingreturn"],
[0x20, "space"],
[0x21, "exclam"],
@ -257,6 +258,7 @@ const ApplePostNames = new Map([
[0x10c, "Ccaron"],
[0x10d, "ccaron"],
[0x111, "dcroat"]
/* spell-checker: enable */
]);
function nameSingleGlyph(gid, gSrc, primaryUnicode, conflictSet) {