From 7b9fc61c62dd6ff2ef9d7016ba68a608c973d41f Mon Sep 17 00:00:00 2001 From: Aidan Follestad Date: Mon, 20 Jan 2020 18:23:05 -0800 Subject: [PATCH] Update release notes --- RELEASE_NOTES.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9e8e18a..3e90dc4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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.