Skip to content
This repository was archived by the owner on Sep 3, 2023. It is now read-only.

Commit 7b9fc61

Browse files
committed
Update release notes
1 parent 77903de commit 7b9fc61

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

RELEASE_NOTES.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1-
2.3.1
1+
3.0.0-RC2
22

3-
* Set module names for the Kotlin compiler so they don't clash with other third party deps.
3+
* Detect permanently denied permissions! Changes to `AssentResult`'s structure, it also allows you
4+
to access `GrantResult`'s for specific permissions.
5+
* Some internal cleanup and restructuring.
6+
7+
---
8+
9+
3.0.0-RC1
10+
11+
* The library is now split into 3 separate modules. Core, Rationales, and Coroutines.
12+
* Coroutines support! No callbacks.
13+
* Upgrade dependencies and project structure.
14+
* Add `ACCESS_BACKGROUND_LOCATION` to the `Permission` enum.
15+
* Got rid of Timber for logging (doesn't really make sense for a library). Log to the logcat directly.

0 commit comments

Comments
 (0)