From ace3d8aaa1a1f1043a582acef2d8a7078dae7d42 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 25 Mar 2021 19:45:11 +0000 Subject: [PATCH] Add release note for #9599 --- RELEASE_NOTES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index aa04cc22c411da..684b5f235ecd34 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,6 +8,16 @@ March 25, 2021 - The default branch for the repository has been renamed to `main` from `master`. ([#6292](https://github.com/mdn/browser-compat-data/issues/6292)) +- The following duplicate features of the `AudioScheduledSourceNode` interface were removed ([#9599](https://github.com/mdn/browser-compat-data/pull/9599)): + + - `api.AudioBufferSourceNode.onended` + - `api.ConstantSourceNode.onended` + - `api.ConstantSourceNode.start` + - `api.ConstantSourceNode.stop` + - `api.OscillatorNode.onended` + - `api.OscillatorNode.start` + - `api.OscillatorNode.stop` + - The following historic features of the `Node` interface were removed to more accurately represent their moves to the `Element` and `Attr` interfaces ([#9561](https://github.com/mdn/browser-compat-data/pull/9561)): - `api.Node.localName`