From 54b443f18302e239ac99358213e905767c0d3cb2 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Wed, 2 Mar 2022 11:36:55 +0100 Subject: [PATCH] Document generics fix in CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e200863..3cf07aa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ SPDX-License-Identifier: CC0-1.0 ## 1.1.2-SNAPSHOT - Fix `keyRingInfo.getEmailAddresses()` incorrectly matching some mail addresses (thanks @bratkartoffel for reporting and initial patch proposal) +- Fix generic type of `CertificationSubpackets.Callback`5 ## 1.1.1 - Add `producerOptions.setComment(string)` to allow adding ASCII armor comments when creating OpenPGP messages (thanks @ferenc-hechler)