You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-13Lines changed: 5 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,7 @@
10
10
> -:house:[Internal]
11
11
> -:nail_care:[Polish]
12
12
13
-
# 10.0.0-rc.2
14
-
15
-
#### :bug: Bug Fix
16
-
17
-
- Further fix to `bytes_to_string`https://github.com/rescript-lang/rescript-compiler/pull/5589
18
-
19
-
# 10.0.0-rc.1
20
-
21
-
#### :bug: Bug Fix
22
-
23
-
- Fix library issue with missing `bytes_to_string`https://github.com/rescript-lang/rescript-compiler/issues/5573
24
-
25
-
# 10.0.0-beta.3
13
+
# 10.0.0
26
14
27
15
**Compiler**
28
16
@@ -97,6 +85,10 @@
97
85
- Fix: use `rescript-relay@beta` or the new version when released.
98
86
- Removed printing modules (Printf, Format etc) and related functions. Details of files added/removed: https://github.com/rescript-lang/rescript-compiler/commit/0fd8bb0e77c4b0e96a9647ac8af614305057003f.
99
87
88
+
#### :bug: Bug Fix
89
+
90
+
- Fix library issue with missing `bytes_to_string`https://github.com/rescript-lang/rescript-compiler/issues/5573https://github.com/rescript-lang/rescript-compiler/pull/5589
91
+
100
92
#### :nail_care: Polish
101
93
102
94
- Several Belt / Js libraries are now converted to ReScript syntax, with corresponding comments in Markdown format suitable for hovering. See [#5361](https://github.com/rescript-lang/rescript-compiler/pull/5361).
0 commit comments