Skip to content

Commit fc22c5a

Browse files
authored
5.0 migration: small wording fix (#6607)
1 parent fdeff5b commit fc22c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/migration/5.0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Apollo Kotlin 5 is mostly binary compatible with Apollo Kotlin 4 with a few exce
1010
- `apollo-compiler` has breaking changes and is generally still considered unstable with the exception of persisted queries compiler plugins:
1111
- `ApolloCompilerPlugin.beforeCompilationStep()`, `ApolloCompilerRegistry.registerOperationIdsGenerator()` and dependent symbols are stable and will go through the usual deprecation cycle if they ever need to change.
1212
- The APIs used by the data builders generated sources (`buildData`, `ObjectBuilder`, `CustomScalarAdapters.PASSTHROUGH`...) have changed. This is not an issue unless you called those APIs directly or distributed data builders code in a library. In that last case, your consumers will have to update to Apollo Kotlin 5.
13-
- A few symbols were not supposed to be exposed and have been removed:
13+
- A few symbols were not supposed to be exposed and have been hidden:
1414
- `BooleanExpression.simplify()`
1515
- `DefaultHttpRequestComposer.HEADER_APOLLO_OPERATION_ID`
1616
- ...

0 commit comments

Comments
 (0)