Skip to content

Commit 3b6a337

Browse files
committed
Update CHANGELOG.md for 0.3.4 release
1 parent 0fd4b06 commit 3b6a337

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# CHANGELOG
22

3-
## 0.3.3
3+
## 0.3.4
4+
5+
- Upgrade Kotlin version up to 1.4.30
6+
- Publish the library to Maven Central instead of Bintray #[96](https://github.com/Kotlin/kotlinx.collections.immutable/issues/96).
7+
- Add license information to published POMs [#98](https://github.com/Kotlin/kotlinx.collections.immutable/issues/98).
8+
- Implement workaround for specialized MutableEntrySet.contains/remove [KT-41278](https://youtrack.jetbrains.com/issue/KT-41278).
9+
- Bug in PersistentList - list is broken after removeAll call [#92](https://github.com/Kotlin/kotlinx.collections.immutable/issues/92).
10+
- Faster bulk operations for non-ordered sets (removeAll, retainAll, containsAll) [#91](https://github.com/Kotlin/kotlinx.collections.immutable/issues/91).
11+
- Faster addAll/putAll implementation for non-ordered sets/maps [#83](https://github.com/Kotlin/kotlinx.collections.immutable/issues/83).
12+
- Add extension functions to convert Sequence<T> to persistent collections [84](https://github.com/Kotlin/kotlinx.collections.immutable/issues/84).
13+
- Add missing CharSequence.toImmutableSet() extension function.
14+
15+
## 0.3.3
416

517
- Upgrade Kotlin version up to 1.4.0
618
- Weaken receiver type of toPersistentHashSet to Iterable [#77](https://github.com/Kotlin/kotlinx.collections.immutable/issues/77).

0 commit comments

Comments
 (0)