Fix incorrect changelog entries (#1401)

This commit is contained in:
Harsh Shandilya 2021-05-02 22:58:38 +05:30 committed by GitHub
parent a57c013619
commit db77ceccad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -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 synchronous and callback based APIs in `OpenPgpApi` have been removed in favor of a singular coroutines-based entrypoint.
### Fixed
- Fix build warning from undeclared unsigned type use.

View file

@ -3,6 +3,7 @@
### [Unreleased]
- 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
### [3.0.0] - 2021-04-10