diff --git a/CHANGELOG.md b/CHANGELOG.md index 41fdad2a09..89ad688396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Lib/fontbakery/checks/ufo.py b/Lib/fontbakery/checks/ufo.py index e453baacfe..a2415f1787 100644 --- a/Lib/fontbakery/checks/ufo.py +++ b/Lib/fontbakery/checks/ufo.py @@ -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."""