File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
- Fixes a bug where ` HttpServer ` responses were not correctly encoded
4
4
if a "Content-Type" header was set (issue [ #59719 ] [ ] ).
5
-
6
5
- Fix ` dart format ` to parse code at language version 3.6 so that digit
7
6
separators can be parsed correctly (issue [ #59815 ] [ ] , dart_style issue
8
7
[ #1630 ] [ dart_style #1630 ] ).
8
+ - Fixes an issue where the DevTools analytics did not distinguish
9
+ between new and legacy inspector events (issue [ #59884 ] [ ] ).
9
10
10
11
[ #59719 ] : https://github.com/dart-lang/sdk/issues/59719
11
12
[ #59815 ] : https://github.com/dart-lang/sdk/issues/59815
12
13
[ dart_style #1630 ] : https://github.com/dart-lang/dart_style/issues/1630
14
+ [ #59884 ] : https://github.com/dart-lang/sdk/issues/59884
13
15
14
16
## 3.6.1 - 2025-01-08
15
17
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ vars = {
102
102
"boringssl_rev" : "2db0eb3f96a5756298dcd7f9319e56a98585bd10" ,
103
103
"browser-compat-data_tag" : "ac8cae697014da1ff7124fba33b0b4245cc6cd1b" , # v1.0.22
104
104
"cpu_features_rev" : "936b9ab5515dead115606559502e3864958f7f6e" ,
105
- "devtools_rev" : "711c998bb532d60c992bf48a780ab5c6595447d9 " ,
105
+ "devtools_rev" : "4a1934fa9e7db650312b02b392546995b071d048 " ,
106
106
"icu_rev" : "43953f57b037778a1b8005564afabe214834f7bd" ,
107
107
"jinja2_rev" : "2222b31554f03e62600cd7e383376a7c187967a1" ,
108
108
"libcxx_rev" : "44079a4cc04cdeffb9cfe8067bfb3c276fb2bab0" ,
You can’t perform that action at this time.
0 commit comments