You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# CHANGELOG
2
2
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
+
3
12
## 0.3
4
13
5
14
- Turn the JVM-only project into a multiplatform library
0 commit comments