Skip to content

Commit a9fa662

Browse files
author
Abduqodiri Qurbonzoda
committed
Update CHANGELOG.md
1 parent 553ab24 commit a9fa662

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## 0.3.2
4+
5+
- Introduce `persistentHashSetOf`, `persistentMapOf` and `persistentHashMapOf` methods that take no arguments and create an empty instance [#67](https://github.com/Kotlin/kotlinx.collections.immutable/issues/67).
6+
- Fix map `entries`/`keys`/`values` iterators including [#68](https://github.com/Kotlin/kotlinx.collections.immutable/issues/68).
7+
8+
## 0.3.1
9+
10+
- Update Kotlin version up to 1.3.70
11+
312
## 0.3
413

514
- Turn the JVM-only project into a multiplatform library

0 commit comments

Comments
 (0)