Mention chrono-tz crate upgrade in CHANGELOG (#1284)

This commit is contained in:
tyranron 2024-09-10 01:09:39 +03:00
parent 41ee878663
commit 834b7373b9
No known key found for this signature in database
GPG key ID: 762E144FB230A4F0

View file

@ -12,7 +12,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
### BC Breaks
- Upgraded [`chrono-tz` crate] integration to [0.9 version](https://github.com/chronotope/chrono-tz/releases/tag/v0.9.0). ([#1252])
- Upgraded [`chrono-tz` crate] integration to [0.10 version](https://github.com/chronotope/chrono-tz/releases/tag/v0.10.0). ([#1252], [#1284])
- Bumped up [MSRV] to 1.75. ([#1272])
- Corrected compliance with newer [graphql-scalars.dev] specs: ([#1275], [#1277])
- Switched `LocalDateTime` scalars to `yyyy-MM-ddTHH:mm:ss` format in types:
@ -57,6 +57,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
[#1278]: /../../pull/1278
[#1279]: /../../pull/1279
[#1281]: /../../pull/1281
[#1284]: /../../pull/1284