Skip to content

Commit 6643656

Browse files
authored
docs(changelog): be more verbose about offline mode breaking change (#2603)
1 parent 74370f7 commit 6643656

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ If interested, please email your inquiry to [email protected].
2323

2424
The offline mode for the queries has been changed to use a separate file per `query!()` invocation,
2525
which is intended to reduce the number of conflicts when merging branches in a project that both modified queries.
26-
See [[#2363]] for details.
26+
This means that CLI flag `--merged` is no longer supported. See [[#2363]] for details and make sure that your
27+
`sqlx-cli` version is in sync with the `sqlx` version in your project.
2728

2829
The type ascription override syntax for the query macros has been deprecated,
2930
as parse support for it has been removed in `syn 2.0`, which we'll be upgrading to in the next breaking release.

0 commit comments

Comments
 (0)