Skip to content

Commit

Permalink
update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Apr 4, 2024
1 parent b68f8c0 commit 20d920c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
Change Log
==========

## 0.12.0 *(2024-04-04)*

- Add mechanism to override version catalog versions through Gradle properties. The property should have
`fgp.version.override.<name-of-version-in-catalog>` as name.
- Add support for setting a `room.schemaLocation`.
- Add support for enabling kotlinx.serialization through `useSerialization()`.
- Set `-Xjdk-release` option for Kotlin/JVM projects.
- Update the setup for Anvil KSP to support Anvil 2.5.0.
- Removed options for Khonshu's experimental navigation.
- Fixed missing `wasmJs` test targets warning.


## 0.11.0 *(2024-02-21)*

- `addCommonTargets` now adds the `wasmJs` target.
- `addIosTargets` doesn't add `iosX64` anymore.
- expose the created framework for `addIosTargets`.
- Expose the created framework for `addIosTargets`.


## 0.10.1 *(2024-02-02)*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ public abstract class SettingsExtension(private val settings: Settings) {

/**
* Include a local clone of Khonshu in this build.
*
* When [experimentalNavigation] is `true` any usage of Khonshu `navigation-compose` will be replaced with
* `navigation-experimental` to try out the experimental navigation implementation.
*/
@JvmOverloads
public fun includeKhonshu(path: String = "../khonshu") {
Expand Down

0 comments on commit 20d920c

Please sign in to comment.