Skip to content

Commit 5dc0a78

Browse files
louwersaduh95
andauthored
Update doc/changelogs/CHANGELOG_V23.md
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 9c37a66 commit 5dc0a78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/changelogs/CHANGELOG_V23.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,9 @@ targetDb.applyChangeset(changeset);
251251
// Now that the changeset has been applied, targetDb contains the same data as sourceDb.
252252
```
253253

254-
Of note to distributors when dynamically linking with SQLite (using the `--shared-sqlite` flag): compiling SQLite with `SQLITE_ENABLE_SESSION` and `SQLITE_ENABLE_PREUPDATE_HOOK` defines is now required.
254+
Of note to distributors when dynamically linking with SQLite (using the `--shared-sqlite`
255+
flag): compiling SQLite with `SQLITE_ENABLE_SESSION` and `SQLITE_ENABLE_PREUPDATE_HOOK`
256+
defines is now required.
255257

256258
Contributed by Bart Louwers in [#54181](https://github.com/nodejs/node/pull/54181).
257259

0 commit comments

Comments
 (0)