Skip to content

Commit

Permalink
Add release note for mdn#10347
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed May 20, 2021
1 parent a2930bb commit 8151b77
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ May 20, 2021

- The schema now permits valid WebGL specification links. ([#10353](https://github.com/mdn/browser-compat-data/pull/10353))

- The following mixin features have been migrated to their exposed interfaces (or deduplicated, where the exposed interface data already existed):

| Before | After |
| ----------------------------- | --------------------------- |
| api.URLUtilsReadOnly | (removed) |
| api.URLUtilsReadOnly.hash | api.WorkerLocation.hash |
| api.URLUtilsReadOnly.host | api.WorkerLocation.host |
| api.URLUtilsReadOnly.hostname | api.WorkerLocation.hostname |
| api.URLUtilsReadOnly.href | api.WorkerLocation.href |
| api.URLUtilsReadOnly.origin | api.WorkerLocation.origin |
| api.URLUtilsReadOnly.pathname | api.WorkerLocation.pathname |
| api.URLUtilsReadOnly.port | api.WorkerLocation.port |
| api.URLUtilsReadOnly.protocol | api.WorkerLocation.protocol |
| api.URLUtilsReadOnly.search | api.WorkerLocation.search |
| api.URLUtilsReadOnly.toString | api.WorkerLocation.toString |

For details, see [#10347](https://github.com/mdn/browser-compat-data/pull/10347).

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

Expand Down

0 comments on commit 8151b77

Please sign in to comment.