Skip to content

Commit 4f0d1c2

Browse files
committed
docs: update changelog
1 parent 9806f8c commit 4f0d1c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
- Remove `reduceReverse` in favor of `reduceRight`. https://github.com/rescript-association/rescript-core/pull/49
2424
- Fixed type signatures of `reduce` and `reduceWithIndex`. https://github.com/rescript-association/rescript-core/pull/49
2525
- Add `panic`/`Error.panic`. https://github.com/rescript-association/rescript-core/pull/72
26+
- Add `flat`, `expect`, and `or` to `Option`, deprecate `orElse`. https://github.com/rescript-association/rescript-core/pull/57
2627

2728
### Documentation
2829

test/TestSuite.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Generated by ReScript, PLEASE EDIT WITH CARE
22

3-
import * as ErrorTests from "./ErrorTests.mjs";
43
import * as ArrayTests from "./ArrayTests.mjs";
4+
import * as ErrorTests from "./ErrorTests.mjs";
55
import * as PromiseTest from "./PromiseTest.mjs";
66

77
var TestError = PromiseTest.TestError;

0 commit comments

Comments
 (0)