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

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Jan 21, 2020
1 parent 77903de commit 7b9fc61
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions RELEASE_NOTES.md
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.

0 comments on commit 7b9fc61

Please sign in to comment.