Skip to content

Commit 25e14fa

Browse files
committed
sqlite: mark as release candidate
PR-URL: REPLACEME
1 parent ce2ec3d commit 25e14fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/api/sqlite.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@
55
<!-- YAML
66
added: v22.5.0
77
changes:
8+
- version: REPLACEME
9+
pr-url: REPLACEME
10+
description: SQLite is now a release candidate.
811
- version:
912
- v23.4.0
1013
- v22.13.0
1114
pr-url: https://github.com/nodejs/node/pull/55890
1215
description: SQLite is no longer behind `--experimental-sqlite` but still experimental.
1316
-->
1417

15-
> Stability: 1.1 - Active development.
18+
> Stability: 1.2 - Release candidate.
1619
1720
<!-- source_link=lib/sqlite.js -->
1821

lib/sqlite.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
'use strict';
2-
const { emitExperimentalWarning } = require('internal/util');
3-
4-
emitExperimentalWarning('SQLite');
52

63
module.exports = internalBinding('sqlite');

0 commit comments

Comments
 (0)