Skip to content

Commit 0ba0438

Browse files
authored
Release v7.1.12 (#28121)
1 parent 4c2b90b commit 0ba0438

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

RELEASE_NOTES.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# @mdn/browser-compat-data release notes
22

3+
## [v7.1.12](https://github.com/mdn/browser-compat-data/releases/tag/v7.1.12)
4+
5+
October 10, 2025
6+
7+
### Additions
8+
9+
- `api.MLContext.createTensor` ([#28133](https://github.com/mdn/browser-compat-data/pull/28133))
10+
- `api.MLContext.destroy` ([#28133](https://github.com/mdn/browser-compat-data/pull/28133))
11+
- `api.MLContext.readTensor` ([#28133](https://github.com/mdn/browser-compat-data/pull/28133))
12+
- `api.MLContext.writeTensor` ([#28133](https://github.com/mdn/browser-compat-data/pull/28133))
13+
- `api.MLGraph.destroy` ([#28133](https://github.com/mdn/browser-compat-data/pull/28133))
14+
- `api.MLGraphBuilder.isInfinite` ([#28133](https://github.com/mdn/browser-compat-data/pull/28133))
15+
- `api.MLGraphBuilder.isNaN` ([#28133](https://github.com/mdn/browser-compat-data/pull/28133))
16+
- `api.MLGraphBuilder.reverse` ([#28133](https://github.com/mdn/browser-compat-data/pull/28133))
17+
- `api.MLGraphBuilder.roundEven` ([#28133](https://github.com/mdn/browser-compat-data/pull/28133))
18+
- `api.MLTensor` ([#28133](https://github.com/mdn/browser-compat-data/pull/28133))
19+
- `api.MLTensor.destroy` ([#28133](https://github.com/mdn/browser-compat-data/pull/28133))
20+
- `api.URL.pathname.encodes_trailing_space_in_opaque_path` ([#28028](https://github.com/mdn/browser-compat-data/pull/28028))
21+
- `browsers.opera_android.releases.92` ([#28132](https://github.com/mdn/browser-compat-data/pull/28132))
22+
23+
### Statistics
24+
25+
- 6 contributors have changed 24 files with 2,308 additions and 3,185 deletions in 15 commits ([`v7.1.11...v7.1.12`](https://github.com/mdn/browser-compat-data/compare/v7.1.11...v7.1.12))
26+
- 17,953 total features
27+
- 1,199 total contributors
28+
- 5,444 total stargazers
29+
330
## [v7.1.11](https://github.com/mdn/browser-compat-data/releases/tag/v7.1.11)
431

532
October 7, 2025

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdn/browser-compat-data",
3-
"version": "7.1.11",
3+
"version": "7.1.12",
44
"description": "Browser compatibility data provided by MDN Web Docs",
55
"main": "index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)