diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 201b9f57..83a82c6a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -18,7 +18,7 @@ When releasing a new version: ## next -- Support .graphqls and .gql file extensions + ### Breaking changes: @@ -26,6 +26,7 @@ When releasing a new version: - The new `optional: generic` allows using a generic type to represent optionality. See the [documentation](genqlient.yaml) for details. - For schemas with enum values that differ only in casing, it's now possible to disable smart-casing in genqlient.yaml; see the [documentation](genqlient.yaml) for `casing` for details. +- Support .graphqls and .gql file extensions ### Bug fixes: - The presence of negative pointer directives, i.e., `# @genqlient(pointer: false)` are now respected even in the when `optional: pointer` is set in the configuration file.