diff --git a/README.md b/README.md index 8a0e6ae1..7f240309 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,8 @@ https://kyamagu.github.io/skia-python - For information about changes after `m116`, and tips on migration from `m87`: [README.m116](relnotes/README.m116.md), [README.m117](relnotes/README.m117.md), [README.m118](relnotes/README.m118.md), [README.m119](relnotes/README.m119.md), - [README.m120](relnotes/README.m120.md), [README.m121](relnotes/README.m121.md). + [README.m120](relnotes/README.m120.md), [README.m121](relnotes/README.m121.md), [README.m122](relnotes/README.m122.md), + [README.m123](relnotes/README.m123.md), [README.m124](relnotes/README.m124.md). ## Contributing diff --git a/relnotes/README.m121.md b/relnotes/README.m121.md index a95a609c..1907c2c9 100644 --- a/relnotes/README.m121.md +++ b/relnotes/README.m121.md @@ -16,5 +16,3 @@ Since m120: Typeface.MakeDefault(), the no-argument forms, are likely to be removed in the future. Also avoid skia.Font() and skia.Font(None, ...) ; e.g. skia.Font(skia.Typeface('')) should be used. - - Addendum: in m122 or later, skia.Font(skia.Typeface('')) is known to not work on Mac OS X. diff --git a/relnotes/README.m122.md b/relnotes/README.m122.md index 4db5f695..f9de44b9 100644 --- a/relnotes/README.m122.md +++ b/relnotes/README.m122.md @@ -2,12 +2,3 @@ No user-visible addition since m121 * Upstream deleted SkFontMgr::RefDefault(); copied into skia-python to allow python code which depends on a default fontmgr (now emulated) to continue to work. - -Since m121: - -* skia.Font(skia.Typeface('')) (empty name) seems to have been broken on Mac OS X. - Already mentioned in README.m121 that, user should specify explicit font family - style or font file choices. This is a general direction of moving away from choice of - "any font", "any font manager" upstream. - -