Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 authored Feb 16, 2024
1 parent 1fe9c5a commit 1f54638
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
### Update dependencies

- [AndroidX Lifecycle `2.7.0`](https://developer.android.com/jetpack/androidx/releases/lifecycle#2.7.0).
- Update `Compile SDK` and `Target SDK` to `34`.
- Android target: update `Compile SDK` and `Target SDK` to `34`.

The behavior of `ViewModel.addCloseable(Closeable)` on _non-Android targets_ has been changed to be consistent with _Android targets_.
`ViewModel`'s `addCloseable()` now **immediately closes** the `Closeable` if the `ViewModel` has been cleared.
**This behavior is the same across all targets**.

- [KotlinX Coroutines `1.8.0`](https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.8.0).

### `kmp-viewmodel-koin`

- **Fix** `koinViewModelFactory`: `CreationExtras` passed to `ViewModelFactory.create` will now be
Expand Down

0 comments on commit 1f54638

Please sign in to comment.