File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 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 ) .
You can’t perform that action at this time.
0 commit comments