Skip to content

Commit 66f016c

Browse files
louwersaduh95
andauthored
Update doc/changelogs/CHANGELOG_V22.md
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 68c39d2 commit 66f016c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/changelogs/CHANGELOG_V22.md

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

129-
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.
129+
Of note to distributors when dynamically linking with SQLite (using the `--shared-sqlite`
130+
flag): compiling SQLite with `SQLITE_ENABLE_SESSION` and `SQLITE_ENABLE_PREUPDATE_HOOK`
131+
defines is now required.
130132

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

0 commit comments

Comments
 (0)