safelyWithoutException updates

This commit is contained in:
2021-01-07 10:22:28 +06:00
parent 51719b5868
commit 502a49644c
2 changed files with 34 additions and 2 deletions

View File

@@ -2,6 +2,12 @@
## 0.4.16
* `Coroutines`:
* `safely`:
* New `safelyWithoutExceptions` function may accept `onException` parameter with nullable result
* Old `safelyWithoutExceptions` now using `defaultSafelyWithoutExceptionHandler` to handle exceptions "like in
`safely`", but it is expected that `defaultSafelyWithoutExceptionHandler` will not throw any exception
## 0.4.15
* `Coroutines`: