mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 22:05:19 +00:00
Fix incorrect changelog entries (#1401)
This commit is contained in:
@@ -12,8 +12,6 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
- The library now requires Kotlin 1.5.0 configured with `kotlinOptions.languageVersion = "1.5"`.
|
- The library now requires Kotlin 1.5.0 configured with `kotlinOptions.languageVersion = "1.5"`.
|
||||||
|
|
||||||
- The synchronous and callback based APIs in `OpenPgpApi` have been removed in favor of a singular coroutines-based entrypoint.
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fix build warning from undeclared unsigned type use.
|
- Fix build warning from undeclared unsigned type use.
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
### [Unreleased]
|
### [Unreleased]
|
||||||
|
|
||||||
- The library now requires Kotlin 1.5.0 configured with `kotlinOptions.languageVersion = "1.5"`.
|
- The library now requires Kotlin 1.5.0 configured with `kotlinOptions.languageVersion = "1.5"`.
|
||||||
|
- The synchronous and callback based APIs in `OpenPgpApi` have been removed in favor of a singular coroutines-based entrypoint.
|
||||||
- Accept emails without a TLD
|
- Accept emails without a TLD
|
||||||
|
|
||||||
### [3.0.0] - 2021-04-10
|
### [3.0.0] - 2021-04-10
|
||||||
|
Reference in New Issue
Block a user