Skip to content

Commit

Permalink
Small changelog fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Dec 10, 2024
1 parent fef1fb1 commit ecfffe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Changelog
**Unreleased**
--------------

- **New**: Introduce `sgp.compose.global.stabilityConfigurationPath` to specify a global compose stability configuration file.
- **New**: Introduce `foundry.compose.global.stabilityConfigurationPath` to specify a global compose stability configuration file.
- **New**: Introduce `foundry.kotlin.explicitApiMode` to specify an explicit API mode for kotlin projects. Default is null. Values correspond to the `ExplicitApiMode` enum in KGP.
- **Change**: `sgp.compose.stabilityConfigurationPath` should now be relative from the _project_'s directory, not the root project.
- **Change**: `foundry.compose.stabilityConfigurationPath` should now be relative from the _project_'s directory, not the root project.
- **Change**: Use KGP 2.1.0+'s new `KotlinBaseExtension` to configure most Kotlin compiler options.
- **Change**: `foundry.kotlin.allowWarningsInTests` now defaults to the value of `foundry.kotlin.allowWarnings`.
- **New**: Add a `foundry.android.test.compressWithLegacyPackaging` flag to compress androidTest APKs with legacy packaging.
Expand Down

0 comments on commit ecfffe1

Please sign in to comment.