Skip to content

Commit ee5708e

Browse files
committed
CHANGELOG
# Conflicts: # CHANGELOG.md
1 parent 8b0f46c commit ee5708e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
- Rewatch: add `--prod` flag to `build`, `watch`, and `clean` to skip dev-dependencies and dev sources (`"type": "dev"`), enabling builds in environments where dev packages aren't installed (e.g. after `pnpm install --prod`). https://github.com/rescript-lang/rescript/pull/8347
2525
- Add `Dict.assignMany`, `Dict.concat`, `Dict.concatMany`, `Dict.concatAll`, `Array.concatAll` to the stdlib. https://github.com/rescript-lang/rescript/pull/8364
26+
- Implement `for...of` and `for await...of` loops. https://github.com/rescript-lang/rescript/pull/7887
2627

2728
#### :bug: Bug fix
2829

0 commit comments

Comments
 (0)