We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999f154 commit 68c39d2Copy full SHA for 68c39d2
doc/changelogs/CHANGELOG_V23.md
@@ -231,7 +231,8 @@ Contributed by Giovanni Bucci in [#54630](https://github.com/nodejs/node/pull/54
231
232
#### SQLite Session Extension
233
234
-Basic support for the [SQLite Session Extension](https://www.sqlite.org/sessionintro.html) got added to the experimental `node:sqlite` module.
+Basic support for the [SQLite Session Extension](https://www.sqlite.org/sessionintro.html)
235
+got added to the experimental `node:sqlite` module.
236
237
```js
238
const sourceDb = new DatabaseSync(':memory:');
0 commit comments