diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8150d66ce65b89..7cf11855353413 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,7 +10,7 @@ RELEASE DATE TK
- New features from SVGFilterPrimitiveStandardAttributes + New features ex-SVGFilterPrimitiveStandardAttributes - `api.SVGFEBlendElement.height` - `api.SVGFEBlendElement.result` @@ -100,6 +100,19 @@ RELEASE DATE TK
+- The mixin `api.SVGTests` has been removed and replaced by features representing its exposed interfaces. ([#10691](https://github.com/mdn/browser-compat-data/pull/10691)) + +
+ + New features ex-api.SVGTests + + - `api.SVGAnimationElement.requiredExtensions` + - `api.SVGAnimationElement.systemLanguage` + - `api.SVGGraphicsElement.requiredExtensions` + - `api.SVGGraphicsElement.systemLanguage` + +
+ - The following non-existent, long-removed, or otherwise irrelevant features have been removed: - `api.Document.undoManager` ([#10581](https://github.com/mdn/browser-compat-data/pull/10581))