diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-04-04 18:51:23 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-04-04 18:51:58 +0200 |
| commit | e731c7db07f2eacaecd64ea28426ad87bcef6ca8 (patch) | |
| tree | a40f50b90e8d31aea6aa216a5ce22dfda81e3f8e /CHANGELOG.md | |
| parent | 303cf18d7713c433d3c5863a382e8b9a288c9805 (diff) | |
| download | graphql-e731c7db07f2eacaecd64ea28426ad87bcef6ca8.tar.gz | |
Remove deprecated symbols from the Error module
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 15efd13..a18f097 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 +- Remove deprecated `runCollectErrs`, `Resolution`, `CollectErrsT` from the + `Error` module. + ## [1.2.0.3] - 2024-01-09 ### Fixed - Fix corrupted source distribution. @@ -519,6 +524,7 @@ and this project adheres to ### Added - Data types for the GraphQL language. +[Unreleased]: https://git.caraus.tech/OSS/graphql/compare/v1.2.0.3...master [1.2.0.3]: https://git.caraus.tech/OSS/graphql/compare/v1.2.0.2...v1.2.0.3 [1.2.0.2]: https://git.caraus.tech/OSS/graphql/compare/v1.2.0.1...v1.2.0.2 [1.2.0.1]: https://git.caraus.tech/OSS/graphql/compare/v1.2.0.0...v1.2.0.1 |
