diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 809335619b95..152ba19671ae 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,8 @@ This file includes a list of high level updates for each milestone release. Milestone 114 ------------- + * The CPU backend for Runtime Effects has been rewritten. This may cause slight differences in + performance and image quality when runtime effects are painted onto a raster surface. * Gradient shaders support interpolation in several different color spaces, by passing a `SkGradientShader::Interpolation` struct to the shader factory functions. The color space and hue method options are based on the CSS Color Level 4 specfication: diff --git a/relnotes/skrp.md b/relnotes/skrp.md deleted file mode 100644 index 63c7d177baf1..000000000000 --- a/relnotes/skrp.md +++ /dev/null @@ -1,2 +0,0 @@ -The CPU backend for Runtime Effects has been rewritten. This may cause slight differences in -performance and image quality when runtime effects are painted onto a raster surface.