Skip to content

Commit 628c329

Browse files
authored
Update CHANGELOG.md
1 parent ea0a6ff commit 628c329

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
## [Unreleased] - TBD
44

5+
### Transfered to [Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus](https://github.com/Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus)
6+
7+
### Update dependencies
8+
9+
- [Kotlin `2.0.20` 🎉](https://github.com/JetBrains/kotlin/releases/tag/v2.0.20).
10+
11+
### Added
12+
13+
- **New**: Add support for Kotlin/Wasm (`wasmJs` target) 🎉 in [#41](https://github.com/Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus/pull/41).
14+
15+
### Fixed
16+
17+
- Do not throw `KotlinNullPointerException` in `ChannelEventBusImpl.markAsNotCollecting` method, because `busMap[key]` can be null if it is removed and closed before calling this method.
18+
19+
### Docs
20+
21+
- TODO
22+
523
## [0.0.2] - Dec 4, 2023
624

725
### Added

0 commit comments

Comments
 (0)