Skip to content

Commit e03af75

Browse files
committed
changelog for latest changes
1 parent e02afed commit e03af75

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22

33
## master
44

5-
- Docstrings for `Map` and `Iterator`. https://github.com/rescript-association/rescript-core/pull/34
5+
### API changes
6+
67
- Change `Map.set` to not return self, to indicate that it's mutable. https://github.com/rescript-association/rescript-core/pull/34
8+
- Change `Set.add` to not return self, to indicate that it's mutable. https://github.com/rescript-association/rescript-core/pull/35
79
- Change `Iterator` bindings to have the same shape as `AsyncIterator` for consistency. https://github.com/rescript-association/rescript-core/pull/34
810
- Add `Iterator.toArray` binding for turning an iterator into an array. https://github.com/rescript-association/rescript-core/pull/34
11+
12+
### Documentation
13+
14+
- Docstrings for `Map` and `Iterator`. https://github.com/rescript-association/rescript-core/pull/34
15+
- Docstrings for `Global`. https://github.com/rescript-association/rescript-core/pull/39
16+
- Docstrings for `Set`. https://github.com/rescript-association/rescript-core/pull/35
17+
- Docstrings for `AsyncIterator`. https://github.com/rescript-association/rescript-core/pull/33
18+
- Docstrings for `Type`. https://github.com/rescript-association/rescript-core/pull/32

0 commit comments

Comments
 (0)