Skip to content

Commit f38b2c0

Browse files
committed
Update CHANGELOG
1 parent 0460e15 commit f38b2c0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,17 @@ Changelog
66

77
- **New**: Add code gen support for [kotlin-inject](https://github.com/evant/kotlin-inject) + [kotlin-inject-anvil](https://github.com/amzn/kotlin-inject-anvil). See the [code gen docs](https://slackhq.github.io/circuit/code-gen/) for usage instructions. We've also added a sample project.
88
- **New**: `presenterTestOf()` and `Presenter.test()` functions now return a new `CircuitReceiveTurbine` interface. This interface slightly but importantly modifies the behavior of `awaitItem()` by making it only emit _changed_ items rather than every item. If you do want to assert the equivalent state is emitted across recompositions, you can use `awaitUnchanged()`.
9+
- **New**: Promote `LocalBackStack` to public API.
910
- **Behavior change**: Due to the above-documented change to `awaitItem()`, you may need to update tests that previously assumed duplicate emissions.
1011
- Update to Kotlin `2.0.20`.
1112
- **Change**: Switch to stdlib's implementation of `Uuid`. This release now requires Kotlin `2.0.20` or later.
13+
- Add sample test to demonstrate `rememberAnsweringNavigator` result handling.
14+
- Update to kotlinx.coroutines `1.9.0`.
15+
- Update to compose-bom `2024.09.01`.
16+
- Update to kotlinx.collections.immutable `0.3.8`.
17+
- Update to androidx.activity `1.9.2`.
18+
- Update to androidx.lifecycle `2.8.5`.
19+
- Update to kotlin `2.0.20`.
1220
- Build against KSP `2.0.20-1.0.25`.
1321

1422
0.23.1

0 commit comments

Comments
 (0)