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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,12 @@
12
12
13
13
# 12.0.0-alpha.15 (Unreleased)
14
14
15
+
#### :boom: Breaking Change
16
+
17
+
- Remove `String.getSymbol` from standard library.
18
+
- Remove `String.getSymbolUnsafe` from standard library.
19
+
- Remove `String.setSymbol` from standard library.
20
+
15
21
#### :bug: Bug fix
16
22
17
23
- Ignore inferred arity in functions inside `%raw` functions, leaving to `%ffi` the responsibility to check the arity since it gives an error in case of mismatch. https://github.com/rescript-lang/rescript/pull/7542
0 commit comments