@@ -22,6 +22,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
22
22
- Renamed ` rename = "<policy>" ` attribute argument to ` rename_all = "<policy>" ` (following ` serde ` style). ([ #971 ] )
23
23
- Upgraded [ ` bson ` crate] integration to [ 2.0 version] ( https://github.com/mongodb/bson-rust/releases/tag/v2.0.0 ) . ([ #979 ] )
24
24
- Upgraded [ ` uuid ` crate] integration to [ 1.0 version] ( https://github.com/uuid-rs/uuid/releases/tag/1.0.0 ) . ([ #1057 ] )
25
+ - Upgraded [ ` chrono-tz ` crate] integration to [ 0.7 version] ( https://github.com/chronotope/chrono-tz/blob/107e8716d9e065f0fe712b6ef3a4822df4d366f7/CHANGELOG.md#07 ) . ([ #1114 ] )
25
26
- Made ` FromInputValue ` trait methods fallible to allow post-validation. ([ #987 ] )
26
27
- Redesigned ` #[graphql_interface] ` macro: ([ #1009 ] )
27
28
- Removed support for ` dyn ` attribute argument (interface values as trait objects).
@@ -111,6 +112,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
111
112
[ #1081 ] : /../../pull/1081
112
113
[ #1085 ] : /../../issues/1085
113
114
[ #1086 ] : /../../pull/1086
115
+ [ #1114 ] : /../../pull/1114
114
116
[ ba1ed85b ] : /../../commit/ba1ed85b3c3dd77fbae7baf6bc4e693321a94083
115
117
[ CVE-2022-31173 ] : /../../security/advisories/GHSA-4rx6-g5vg-5f3j
116
118
@@ -126,6 +128,7 @@ See [old CHANGELOG](/../../blob/juniper-v0.15.9/juniper/CHANGELOG.md).
126
128
127
129
[ `bson` crate ] : https://docs.rs/bson
128
130
[ `chrono` crate ] : https://docs.rs/chrono
131
+ [ `chrono-tz` crate ] : https://docs.rs/chrono-tz
129
132
[ `time` crate ] : https://docs.rs/time
130
133
[ Cargo feature ] : https://doc.rust-lang.org/cargo/reference/features.html
131
134
[ graphql-scalars.dev ] : https://graphql-scalars.dev
0 commit comments