Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani authored Jun 11, 2021
1 parent 7c7a32e commit e851223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Badges: `[UPDATED]`, `[FIXED]`, `[NEW]`, `[DEPRECATED]`, `[REMOVED]`, `[BREAKIN
* `[FIXED]` `[core]` - ScopeJVM.kt bad package - https://github.com/InsertKoinIO/koin/issues/1094
* `[FIXED]` `[android]` - Fix Fragment Scope Lifecycle delegate - https://github.com/InsertKoinIO/koin/issues/1101
* `[DEPRECATED]` `[core]` - Module `override` is now a global option into `KoinApplication`, not a local option to a module. Override strategy is now a global option.
* `[DEPRECATED]` `[core]` - injection parameters as `destructured` declaration are deprecated. Now use injected parameters with get: `single { params -> MyClass(params.get()) }`
* `[DEPRECATED]` `[core]` - injection parameters as `destructured` declaration are deprecated. Instead of writing ``single { (myParam) -> MyClass(param) }`` now use injected parameters with get: `single { params -> MyClass(params.get()) }`


## [2.2.3]()
Expand Down

0 comments on commit e851223

Please sign in to comment.