diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 87b0d7e54d..42a3a3d0e5 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -2,7 +2,11 @@ Skia Graphics Release Notes This file includes a list of high level updates for each milestone release. - * Removed SkMatrix44 +* * * + +Milestone 94 +------------ + * * * * @@ -17,6 +21,8 @@ Milestone 93 * The default value of GrContextOptions::fReduceOpsTaskSplitting is now enabled. https://review.skia.org/419836 + * Removed SkMatrix44 + * * * Milestone 92 diff --git a/site/docs/user/release/release_notes.md b/site/docs/user/release/release_notes.md index d8286924e3..cb1181c678 100644 --- a/site/docs/user/release/release_notes.md +++ b/site/docs/user/release/release_notes.md @@ -10,6 +10,21 @@ This page includes a list of high level updates for each milestone release. * * * +Milestone 93 +------------ + * Removed SkPaint::getHash + https://review.skia.org/419336 + + * Removed SkShaders::Lerp. It was unused (and easy to replicate with SkRuntimeEffect). + https://review.skia.org/419796 + + * The default value of GrContextOptions::fReduceOpsTaskSplitting is now enabled. + https://review.skia.org/419836 + + * Removed SkMatrix44 + +* * * + Milestone 92 ------------ * Hides SkPathEffect::computeFastBounds() from public API; external subclasses of SkPathEffect