Skip to content

Commit

Permalink
Fix a few typos on CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
felipesanches authored Oct 12, 2023
1 parent 059765e commit 3f76d5c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ A more detailed list of changes is available in the corresponding milestones for
- **[com.google.fonts/check/glyph_coverage]:** Only check for GF Latin Kernel when fonts have a primary_script set. (issue #4111)
- **[com.google.fonts/check/vf_has_static_fonts]:** This check now allows manually-hinted static fonts but otherwise warns if fonts are found in the static/ directory. (issue #4092)
- **[com.google.fonts/check/unitsperem_strict]:** Relax the range of values which cause FAIL. (issue #4094)
- **[com.google.fonts/check/metadata/nameid/full_name)]:** Only English language name entries will be considered. (issue #4000)
- **[com.google.fonts/check/metadata/nameid/font_name)]:** Only English language name entries will be considered. (issue #4000)
- **[com.google.fonts/check/metadata/valid_name_values))]:** Allow name table entries in any language to match the METADATA. (issue #4000)
- **[com.google.fonts/check/metadata/valid_full_name_values))]:** Allow name table entries in any language to match the METADATA. (issue #4000)
- **[com.google.fonts/check/metadata/valid_post_script_name_values))]:** Allow name table entries in any language to match the METADATA. (issue #4000)
- **[com.google.fonts/check/font_names))]:** This check now highlights names which did not match the expected values. (issue #3912)
- **[com.google.fonts/check/metadata/nameid/full_name]:** Only English language name entries will be considered. (issue #4000)
- **[com.google.fonts/check/metadata/nameid/font_name]:** Only English language name entries will be considered. (issue #4000)
- **[com.google.fonts/check/metadata/valid_name_values]:** Allow name table entries in any language to match the METADATA. (issue #4000)
- **[com.google.fonts/check/metadata/valid_full_name_values]:** Allow name table entries in any language to match the METADATA. (issue #4000)
- **[com.google.fonts/check/metadata/valid_post_script_name_values]:** Allow name table entries in any language to match the METADATA. (issue #4000)
- **[com.google.fonts/check/font_names]:** This check now highlights names which did not match the expected values. (issue #3912)

#### On the Universal Profile
- **[com.google.fonts/check/interpolation_issues]:** Improved the warning message to show the actual master locations. (PR #4288)
Expand Down

0 comments on commit 3f76d5c

Please sign in to comment.