You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@
51
51
- In tests, use `ApolloLink.from` instead of the deprecated Apollo Link utility function `concat`.
52
52
- Improved internal comments.
53
53
- Corrected the package field `browserslist` to match what’s documented in the readme.
54
+
- Fixed a typo in the changelog entry for v18.0.0.
54
55
55
56
## 18.0.1
56
57
@@ -123,7 +124,7 @@
123
124
124
125
### Minor
125
126
126
-
- Added a new option `print` for the function `createUploadLink`, to customize how the GraphQL query or mutation AST prints to a string for transport. It that works like the same option for [`HttpLink`](https://www.apollographql.com/docs/react/api/link/apollo-link-http).
127
+
- Added a new option `print` for the function `createUploadLink`, to customize how the GraphQL query or mutation AST prints to a string for transport. It works like the same option for [`HttpLink`](https://www.apollographql.com/docs/react/api/link/apollo-link-http).
0 commit comments