mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2026-03-12 13:22:23 +00:00
fix changelog
This commit is contained in:
@@ -407,7 +407,7 @@ KTOR DEPENDENCY**
|
|||||||
* A lot of inline functions became common functions due to inline with only noinline callbacks in arguments leads to
|
* A lot of inline functions became common functions due to inline with only noinline callbacks in arguments leads to
|
||||||
low performance
|
low performance
|
||||||
* `Coroutines`:
|
* `Coroutines`:
|
||||||
* `SmartMutex`, `SmartSemaphore` and `SmartRWLocker` as their user changed their state flow to `MutableRedeliverStateFlow`
|
* `SmartMutex`, `SmartSemaphore` and `SmartRWLocker` as their user changed their state flow to `SpecialMutableStateFlow`
|
||||||
|
|
||||||
## 0.20.49
|
## 0.20.49
|
||||||
|
|
||||||
@@ -616,7 +616,7 @@ low performance
|
|||||||
## 0.20.18
|
## 0.20.18
|
||||||
|
|
||||||
* `Coroutines`:
|
* `Coroutines`:
|
||||||
* `MutableRedeliverStateFlow` now extends `MutableStateFlow`
|
* `SpecialMutableStateFlow` now extends `MutableStateFlow`
|
||||||
* `Compose`:
|
* `Compose`:
|
||||||
* Deprecate `FlowState` due to its complexity in fixes
|
* Deprecate `FlowState` due to its complexity in fixes
|
||||||
|
|
||||||
@@ -630,7 +630,7 @@ low performance
|
|||||||
* `Versions`:
|
* `Versions`:
|
||||||
* `Exposed`: `0.44.1` -> `0.45.0`
|
* `Exposed`: `0.44.1` -> `0.45.0`
|
||||||
* `Coroutines`:
|
* `Coroutines`:
|
||||||
* Add `MutableRedeliverStateFlow`
|
* Add `SpecialMutableStateFlow`
|
||||||
* `Compose`:
|
* `Compose`:
|
||||||
* Add `FlowState`
|
* Add `FlowState`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user