Skip to content

Commit

Permalink
add last few changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelJCompton committed Apr 15, 2021
1 parent 534a5ee commit 01eea76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@ By [@steebchen](https://github.com/steebchen) in [#1449](https://github.com/99de

### Changed

* Updated to gqlparser to v2.2.0. <br />
By [@lwc](https://github.com/lwc) in [#1514](https://github.com/99designs/gqlgen/pull/1514)
* GraphQL playground updated to 1.7.26. <br />
By [@ddouglas](https://github.com/ddouglas) in [#1436](https://github.com/99designs/gqlgen/pull/1436)

### Fixed

* Removed a data race by copying when input fields have default values.
Bu [@skaji](https://github.com/skaji) in [#1456](https://github.com/99designs/gqlgen/pull/1456)
* v0.12.2 broke the handling of pointers to slices by calling the custom Marshal and Unmarshal functions on the entire slice. It now correctly calls the custom Marshal and Unmarshal methods for each element in the slice. <br />
By [@ananyasaxena](https://github.com/ananyasaxena) in [#1363](https://github.com/99designs/gqlgen/pull/1363)
* Changes in go1.16 that mean go.mod and go.sum aren't always up to date. Now `go mod tidy` is run after code generation. <br />
Expand Down

0 comments on commit 01eea76

Please sign in to comment.