Skip to content

Commit

Permalink
Add CHANGELOG.md for new version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
qurbonzoda committed Aug 24, 2020
1 parent df9fdb6 commit 128114a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 0.3.3

- Upgrade Kotlin version up to 1.4.0
- Weaken receiver type of toPersistentHashSet to Iterable [#77](https://github.com/Kotlin/kotlinx.collections.immutable/issues/77).
- Throw ConcurrentModificationException if hashCode of ordered set element changes [#76](https://github.com/Kotlin/kotlinx.collections.immutable/issues/76).
- Fix transition from PersistentVector to SmallPersistentVector [#75](https://github.com/Kotlin/kotlinx.collections.immutable/issues/75)
- Add CharSequence.toPersistentHashSet() as an alternative to CharSequence.toPersistentSet()

## 0.3.2

- 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).
Expand Down

0 comments on commit 128114a

Please sign in to comment.