Skip to content

Commit 0081583

Browse files
committed
changelog
1 parent 2d60a7b commit 0081583

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@
2020

2121
- Add optional `message` argument to `Result.getOrThrow` and improve default error message. https://github.com/rescript-lang/rescript/pull/7630
2222
- Add `RegExp.escape` binding. https://github.com/rescript-lang/rescript/pull/7695
23+
- Add `Array.fromString`. https://github.com/rescript-lang/rescript/pull/7693
2324

2425
#### :nail_care: Polish
2526

2627
- Configuration fields `bs-dependencies`, `bs-dev-dependencies` and `bsc-flags` are now deprecated in favor of `dependencies`, `dev-dependencies` and `compiler-flags`. https://github.com/rescript-lang/rescript/pull/7658
2728
- Better error message if platform binaries package is not found. https://github.com/rescript-lang/rescript/pull/7698
28-
- `Int.Bitwise` functions have been deprecated. https://github.com/rescript-lang/rescript/pull/7705
29+
- `Int.Bitwise` functions have been deprecated. https://github.com/rescript-lang/rescript/pull/7693
2930

3031
#### :house: Internal
3132

0 commit comments

Comments
 (0)