Skip to content

Commit

Permalink
Add release note for #11630
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed Sep 22, 2021
1 parent b2d653c commit ee62286
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Notable changes

- The feature-naming convention `returns_promise` has been adopted for features that capture some but not all browsers' APIs returning a `Promise`. The [new data guideline](https://github.com/mdn/browser-compat-data/blob/main/docs/data-guidelines.md#methods-returning-promises-returns_promise) is meant to bring consistency to a few different styles used throughout the API data. The following features have been renamed to `returns_promise` ([#11630](https://github.com/mdn/browser-compat-data/pull/11630)):

- `api.BaseAudioContext.decodeAudioData.promise_syntax`
- `api.Document.exitFullscreen.returns_a_promise`
- `api.Element.requestFullscreen.returns_a_promise`
- `api.OfflineAudioContext.startRendering.Promise_based_startRendering`

- The following non-existent, long-removed, or otherwise irrelevant features have been removed:

- `api.CryptoKeyPair` ([#12346](https://github.com/mdn/browser-compat-data/pull/12346))
Expand Down

0 comments on commit ee62286

Please sign in to comment.