File tree 2 files changed +5
-1
lines changed 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3
3
# current
4
4
5
5
6
+ # 7.1.0
7
+ (it was 7.0.2 but bumped into 7.1.0 due to a breaking change introduced in 7.0.2)
8
+ - #4131 support ` bstracing -C `
6
9
7
10
# 7.0.2
8
11
20
23
21
24
- #4090 #4087 fix the unsoundess issue of Js.Array.push
22
25
now the empty array `[||]` won't have a polymorophic type, it will have a concrete type.
26
+ This is a bug fix but also a breaking change
23
27
- #4038 Duplicated package warning for symlinked folders
24
28
- #41112 #4111 #4067 #4101 provide websocket error better error message and better docs
25
29
Original file line number Diff line number Diff line change 16
16
"postinstall" : " node scripts/install.js"
17
17
},
18
18
"name" : " bs-platform" ,
19
- "version" : " 7.0.2 " ,
19
+ "version" : " 7.1.0 " ,
20
20
"description" : " bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support" ,
21
21
"repository" : {
22
22
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments