Skip to content

Commit 2f313c0

Browse files
authored
Merge pull request rescript-lang#5159 from rescript-lang/changes
udpate changelog for 9.1.3
2 parents 03fed64 + 4567492 commit 2f313c0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Changes.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
`*` means potential break changes
22

3+
# 9.1.3 (bug fix release)
4+
5+
## Build
6+
7+
- #5154 when toplevel package-specs get changed, its dependencies should be rebuilt
8+
- #5152 Rebuild not triggered when deletion with nested modules
9+
- #5153 when Different compiler version triggered,
10+
it should clean the whole dependencies instead of just the repo itself
11+
- #5080 Add back -ws option for the build
12+
13+
## Syntax
14+
- #425 fix CRLF handling for windows
15+
- #414 Fix printing of underscore Pexp_fun sugar in context of Array.get
16+
- #408 Don't parse Int token with suffices as hash ident for poly variants
17+
- #410 Fix parsing of arrow type with objects in constructor declaration args
18+
- #404 fix printing of Osig_module in outcome printer
19+
- #402 Implement printing of `Otyp_module` in outcome printer
20+
321
# 9.1
422
- Remove depercated APIs Js.Re.exec, Js.Re.test, Node.Fs.on
523
- #5014 #5063 #5027 the new ReScript CLI interface

0 commit comments

Comments
 (0)