diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-08-04 08:30:00 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-08-04 08:30:00 +0200 |
| commit | 9d853798263742154cae682e368f8d2562fdb7ef (patch) | |
| tree | 81c53915e6103adf4e8bff88d9e1248c2763a6a3 /CHANGELOG.md | |
| parent | 9b11300d23638f257543f90406b7ade6fd5118cb (diff) | |
| download | graphql-9d853798263742154cae682e368f8d2562fdb7ef.tar.gz | |
Remove cariage return from the qq string
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 884d590..a1e7e1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on and this project adheres to [Haskell Package Versioning Policy](https://pvp.haskell.org/). +## [Unreleased] +### Fixed +- `gql` quasi quoter recognizeds all GraphQL line endings (CR, LF and CRLF). + ## [1.3.0.0] - 2024-05-01 ### Changed - Remove deprecated `runCollectErrs`, `Resolution`, `CollectErrsT` from the @@ -524,6 +528,7 @@ and this project adheres to ### Added - Data types for the GraphQL language. +[Unreleased]: https://git.caraus.tech/OSS/graphql/compare/v1.3.0.0...master [1.3.0.0]: https://git.caraus.tech/OSS/graphql/compare/v1.2.0.3...v1.3.0.0 [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 |
