diff options
| author | Eugen Wissner <belka@caraus.de> | 2022-03-31 21:49:44 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2022-03-31 21:49:44 +0200 |
| commit | 0d25f482dd33a71b93166b5fb0e6ac9de4a27eac (patch) | |
| tree | 1f200c8d308e8d4fb8a50748f17f80c606db446e /CHANGELOG.md | |
| parent | a2401d563b448d962c929b3e98687b5d2ea71191 (diff) | |
| download | graphql-0d25f482dd33a71b93166b5fb0e6ac9de4a27eac.tar.gz | |
Remove deprecated Error functions
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 69663e9..ff33b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on and this project adheres to [Haskell Package Versioning Policy](https://pvp.haskell.org/). +## [Unreleased] +### Changed +- Removed deprecated `Language.GraphQL.Error` functions: `addErr`, `addErrMsg`, + `singleError`. + ## [1.0.3.0] - 2022-03-27 ### Fixed - Index position in error path. (Index and Segment paths of a field have been @@ -477,6 +482,7 @@ and this project adheres to ### Added - Data types for the GraphQL language. +[Unreleased]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=master&rev_to=v1.0.3.0 [1.0.3.0]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=1.0.3.0&rev_to=v1.0.2.0 [1.0.2.0]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=1.0.2.0&rev_to=v1.0.1.0 [1.0.1.0]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=v1.0.1.0&rev_to=v1.0.0.0 |
