Skip to content

Commit 213646a

Browse files
authored
Update CHANGELOG.md
1 parent 292837f commit 213646a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Version 4.0.10 *(2023-06)*
44
----------------------------
55
* Add permission helper and context extension
6+
* Add parcelable extension
7+
```kotlin
8+
val model: Model = intent.parcelable<Model>(KEY)
9+
val model: Model = bundle.parcelable<Model>(KEY)
10+
```
611
* Add function to provide okhttp client and api service
712
```kotlin
813
val okHttpClient = NetworkHelper.provideOkHttpClient()

0 commit comments

Comments
 (0)