This repository was archived by the owner on Sep 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
77903de
commit 7b9fc61
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
2.3.1 | ||
3.0.0-RC2 | ||
|
||
* Set module names for the Kotlin compiler so they don't clash with other third party deps. | ||
* Detect permanently denied permissions! Changes to `AssentResult`'s structure, it also allows you | ||
to access `GrantResult`'s for specific permissions. | ||
* Some internal cleanup and restructuring. | ||
|
||
--- | ||
|
||
3.0.0-RC1 | ||
|
||
* The library is now split into 3 separate modules. Core, Rationales, and Coroutines. | ||
* Coroutines support! No callbacks. | ||
* Upgrade dependencies and project structure. | ||
* Add `ACCESS_BACKGROUND_LOCATION` to the `Permission` enum. | ||
* Got rid of Timber for logging (doesn't really make sense for a library). Log to the logcat directly. |