Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyDaMa committed Aug 9, 2024
1 parent 8a112bb commit de4cf1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ Below are the noteworthy changes from each release.
A more detailed list of changes is available in the corresponding milestones for each release in the Github issue tracker (https://github.com/googlefonts/fontbakery/milestones?state=closed).

## Upcoming release: 0.12.11 (2024-Aug-??)
- ...
### New checks
#### Added to the Universal profile
- **EXPERIMENTAL - [com.daltonmaag/check/designspace_has_consistent_groups]:** checks that all designspace sources have the same kerning groups (PR #4814)


## 0.12.10 (2024-Aug-09)
Expand Down
1 change: 1 addition & 0 deletions Lib/fontbakery/checks/ufo.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ def check_no_open_corners(config, ufo):
Often designers will want kerning groups to be consistent across their
whole Designspace, so this check helps flag if this isn't the case.
""",
proposal="https://github.com/fonttools/fontbakery/pull/4814",
)
def check_designspace_has_consistent_groups(config, designSpace):
"""Confirms that all sources have the same kerning groups per Designspace."""
Expand Down

0 comments on commit de4cf1d

Please sign in to comment.