Skip to content

Commit

Permalink
Add release note for mdn#9399
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed Mar 9, 2021
1 parent e32fd00 commit aac7111
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ March 11, 2021
### Notable changes

- [Support statement objects](https://github.com/mdn/browser-compat-data/blob/v3.2.0/schemas/compat-data-schema.md#the-support_statement-object) may no longer use `false` or `null` values for `version_removed`. Values for `version_removed` are now required to be real version numbers or `true` (removed in some unknown version). This change to the schema codifies a widely-followed practice within existing compatability data. ([#9015](https://github.com/mdn/browser-compat-data/pull/9015))
- `api.Window.layoutShift` was removed as spurious and irrelevant. ([#9388](https://github.com/mdn/browser-compat-data/pull/9388))
- `api.Window.OverconstrainedError` was removed as a duplicate of `api.OverconstrainedError`. ([#9401](https://github.com/mdn/browser-compat-data/pull/9401))
- `api.SVGFECompositeElement.in1` replaces `api.SVGFECompositeElement.in`, fixing a misidentified attribute (again). ([#9074](https://github.com/mdn/browser-compat-data/pull/9074), [#9343](https://github.com/mdn/browser-compat-data/pull/9343))
- The following never-implemented features were removed:
- `api.PaymentManager.requestPermission` ([#9399](https://github.com/mdn/browser-compat-data/pull/9399))
- `api.Window.layoutShift` ([#9388](https://github.com/mdn/browser-compat-data/pull/9388))

## [v3.1.3](https://github.com/mdn/browser-compat-data/releases/tag/v3.1.3)

Expand Down

0 comments on commit aac7111

Please sign in to comment.