diff --git a/CHANGELOG.md b/CHANGELOG.md index 2abc266716..fbda7115b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,8 @@ - - `apollo-codegen-swift` - Added `CaseIterable` conformance so all known cases can be easily iterated. - - Switched to using mutli-line string literals when there's a multi-line string (mostly affects operation/fragment definitions) + - Added comment to `operationDefinition` to show the original query + - Stripped excess whitespace out of `operationDefinition` - Removed force-unwrap when the thing being unwrapped is a double optional - `apollo-codegen-typescript` -