Skip to content

Commit 94354fc

Browse files
authored
Fix CHANGELOG.md formatting (#5998)
1 parent e02d53f commit 94354fc

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

CHANGELOG.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,30 @@ _2024-06-05_
1414
#5865: `ApolloCompilerPluginProvider` is introduced to allow passing arguments to compiler plugins. See the [compiler plugins documentation](https://go.apollo.dev/ak-compiler-plugins) for more details.
1515

1616
## 👷‍ All changes
17-
[testing] Use com.apollographql.mockserver.MockServer (#5939)
18-
[testing] Simplify our implementation of runTest (#5935)
19-
[testing] Prepare apollo-testing-support to new MockServer (#5934)
20-
[runtime] Remove multidex library (#5930)
21-
[all] Bump languageVersion/apiVersion to Kotlin 2.0 (#5931)
22-
[codegen] fix mapping of the builtin Float type (#5928)
23-
[IJ Plugin] Add inspection to warn about the presence of a GraphQL config file (#5908)
24-
[codegen] Add a null-check to java enum safeValueOf (#5904)
25-
[gradle-plugin] Remove eager configuration (#5923)
26-
[gradle-plugin] sort input files (#5919)
27-
[IJ Plugin] Suppress GraphQLDuplicateDirective for certain directives (#5910)
28-
[adapters] Add KtorHttpUrlAdapter (#5915)
29-
[IJ Plugin] Add a "new UI" compatible icon (#5906)
30-
[IJ Plugin] Operation and fragment definition rename (#5912)
31-
[IJ Plugin] Add @link directives to extra.graphqls during v3->v4 migration (#5909)
32-
[IJ Plugin] Remove GraphQL IJ plugin issue workaround (#5907)
33-
[cache] Pagination: use "field key" instead of "field name" (#5898)
34-
[IJ Plugin] Improve the presentation of GraphQL elements when navigating to them (#5900)
35-
[IJ Plugin] Include subfolders when contributing GraphQL config (#5871)
36-
[runtime] Remove existing interceptors from ApolloClient.Builder before adding new ones (#5858)
37-
[codegen] Add ApolloCompilerPluginProvider (#5865)
38-
[runtime] Clear current ApolloStore related interceptors when calling `.store()` on builder (#5857)
39-
[cache] Call through to loadRecords from the MemoryCache to the SQL one (#5848)
40-
[runtime] deprecate operationIdGenerator (#5850)
17+
* [testing] Use com.apollographql.mockserver.MockServer (#5939)
18+
* [testing] Simplify our implementation of runTest (#5935)
19+
* [testing] Prepare apollo-testing-support to new MockServer (#5934)
20+
* [runtime] Remove multidex library (#5930)
21+
* [all] Bump languageVersion/apiVersion to Kotlin 2.0 (#5931)
22+
* [codegen] fix mapping of the builtin Float type (#5928)
23+
* [IJ Plugin] Add inspection to warn about the presence of a GraphQL config file (#5908)
24+
* [codegen] Add a null-check to java enum safeValueOf (#5904)
25+
* [gradle-plugin] Remove eager configuration (#5923)
26+
* [gradle-plugin] sort input files (#5919)
27+
* [IJ Plugin] Suppress GraphQLDuplicateDirective for certain directives (#5910)
28+
* [adapters] Add KtorHttpUrlAdapter (#5915)
29+
* [IJ Plugin] Add a "new UI" compatible icon (#5906)
30+
* [IJ Plugin] Operation and fragment definition rename (#5912)
31+
* [IJ Plugin] Add @link directives to extra.graphqls during v3->v4 migration (#5909)
32+
* [IJ Plugin] Remove GraphQL IJ plugin issue workaround (#5907)
33+
* [cache] Pagination: use "field key" instead of "field name" (#5898)
34+
* [IJ Plugin] Improve the presentation of GraphQL elements when navigating to them (#5900)
35+
* [IJ Plugin] Include subfolders when contributing GraphQL config (#5871)
36+
* [runtime] Remove existing interceptors from ApolloClient.Builder before adding new ones (#5858)
37+
* [codegen] Add ApolloCompilerPluginProvider (#5865)
38+
* [runtime] Clear current ApolloStore related interceptors when calling `.store()` on builder (#5857)
39+
* [cache] Call through to loadRecords from the MemoryCache to the SQL one (#5848)
40+
* [runtime] deprecate operationIdGenerator (#5850)
4141

4242
# Version 3.8.4
4343

0 commit comments

Comments
 (0)