Skip to content

Commit

Permalink
changelog format
Browse files Browse the repository at this point in the history
  • Loading branch information
zzh8829 committed Feb 16, 2024
1 parent 1e377c4 commit 00da18e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ When releasing a new version:

## next

- Support .graphqls and .gql file extensions
<!-- Add new changes in this section! -->

### Breaking changes:

### New features:

- 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.
Expand Down

0 comments on commit 00da18e

Please sign in to comment.