Skip to content

Commit 9818a10

Browse files
committed
changelog
1 parent e309542 commit 9818a10

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
@@ -19,12 +19,13 @@
1919
#### :rocket: New Feature
2020

2121
- Add optional `message` argument to `Result.getOrThrow` and improve default error message. https://github.com/rescript-lang/rescript/pull/7630
22+
- Add `Array.fromString`. https://github.com/rescript-lang/rescript/pull/7693
2223

2324
#### :nail_care: Polish
2425

2526
- 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
2627
- Better error message if platform binaries package is not found. https://github.com/rescript-lang/rescript/pull/7698
27-
- `Int.Bitwise` functions have been deprecated. https://github.com/rescript-lang/rescript/pull/7705
28+
- `Int.Bitwise` functions have been deprecated. https://github.com/rescript-lang/rescript/pull/7693
2829

2930
#### :house: Internal
3031

0 commit comments

Comments
 (0)