Fix incorrect changelog entries (#1401)
This commit is contained in:
parent
a57c013619
commit
db77ceccad
2 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue