Skip to content

Commit 6b887cf

Browse files
authored
docs: update changelog with breaking changes info
Signed-off-by: Nicklas Lundin <[email protected]>
1 parent 0134a36 commit 6b887cf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55

66
### ⚠ BREAKING CHANGES
77

8+
> [!IMPORTANT]
9+
> Before version 0.6.0 the Maven artifact's id was `android-sdk`. When upgrading to 0.6.0 or higher
10+
> please do make sure to use the new artifact id, which is `kotlin-sdk`.
11+
>
12+
> In version 0.6.0 the base package name has changed from `dev.openfeature.sdk` to
13+
> `dev.openfeature.kotlin.sdk`. When upgrading to 0.6.0 or higher please update your imports
14+
> accordingly.
15+
>
16+
> **Example:** `import dev.openfeature.sdk.EvaluationContext` ->
17+
> `import dev.openfeature.kotlin.sdk.EvaluationContext`.
18+
19+
820
* Kotlin Multiplatform support ([#148](https://github.com/open-feature/kotlin-sdk/issues/148))
921

1022
### ✨ New Features

0 commit comments

Comments
 (0)