We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe606a commit 8b72b9bCopy full SHA for 8b72b9b
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# CHANGELOG
2
3
+## 0.3.5
4
+
5
+- Upgrade Kotlin version up to 1.6.0
6
+- Raise the JVM bytecode target to 1.8. Now the library cannot be used on JDK 1.6 and 1.7.
7
+- Add other Apple K/N targets
8
+- Implement faster equals function for sets and maps
9
+- Fix PersistentHashMapBuilder.putAll() #[114](https://github.com/Kotlin/kotlinx.collections.immutable/issues/114)
10
11
## 0.3.4
12
13
- Upgrade Kotlin version up to 1.4.30
0 commit comments