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
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 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.

View File

@@ -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