@@ -13,7 +13,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
13
13
### BC Breaks
14
14
15
15
- Upgraded [ ` chrono-tz ` crate] integration to [ 0.10 version] ( https://github.com/chronotope/chrono-tz/releases/tag/v0.10.0 ) . ([ #1252 ] , [ #1284 ] )
16
- - Bumped up [ MSRV] to 1.85. ([ #1272 ] , [ todo ] )
16
+ - Bumped up [ MSRV] to 1.85. ([ #1272 ] , [ 1b1fc618 ] )
17
17
- Corrected compliance with newer [ graphql-scalars.dev] specs: ([ #1275 ] , [ #1277 ] )
18
18
- Switched ` LocalDateTime ` scalars to ` yyyy-MM-ddTHH:mm:ss ` format in types:
19
19
- ` chrono::NaiveDateTime ` .
@@ -48,6 +48,10 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
48
48
49
49
- Upgraded [ GraphiQL] to [ 4.0.2 version] ( https://github.com/graphql/graphiql/blob/graphiql%404.0.2/packages/graphiql/CHANGELOG.md#402 ) . ([ #1316 ] )
50
50
51
+ ### Fixed
52
+
53
+ - Incorrect error propagation inside fragments. ([ #1318 ] , [ #1287 ] )
54
+
51
55
[ #1252 ] : /../../pull/1252
52
56
[ #1270 ] : /../../issues/1270
53
57
[ #1271 ] : /../../pull/1271
@@ -57,9 +61,11 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
57
61
[ #1278 ] : /../../pull/1278
58
62
[ #1281 ] : /../../pull/1281
59
63
[ #1284 ] : /../../pull/1284
64
+ [ #1287 ] : /../../issues/1287
60
65
[ #1311 ] : /../../pull/1311
61
66
[ #1316 ] : /../../pull/1316
62
- [ todo ] : /../../commit/todo
67
+ [ #1318 ] : /../../pull/1318
68
+ [ 1b1fc618 ] : /../../commit/1b1fc61879ffdd640d741e187dc20678bf7ab295
63
69
64
70
65
71
0 commit comments