Skip to content

Commit 2bb8fd7

Browse files
author
Ali Abdelfattah
authored
Update CHANGELOG.md
1 parent 3928671 commit 2bb8fd7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## master
1+
## v9.2.0-nullsafety.0 (2021-07-14)
22

3-
* Change all `void ... async` methods to `Future<void> ... async` so that callers can use `await`.
4-
* Fixes a crash when Instabug.start API is called on Android.
3+
* Adds null safety support.
4+
* Fixes a crash when Instabug.start API is called on Android without Platform check.
5+
* Changes all `void ... async` methods to `Future<void> ... async` so that callers can use `await`.
56

67
## v9.1.9 (2021-05-11)
78

0 commit comments

Comments
 (0)