Skip to content

Commit 565fbe2

Browse files
committed
update changes
1 parent f8cc8b4 commit 565fbe2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Changes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
`*` means potential break changes
22

3+
# 9.0.1
4+
5+
- #4990 Fix an optimization bug introduced in 9.0
6+
7+
- #4982 pattern match over modules
8+
9+
Provide user with a sugar to pattern match over modules:
10+
11+
```res
12+
let {length, cons} = module(List)
13+
```
314

415
# 9.0
516

0 commit comments

Comments
 (0)