From a003f64ee897af3d633ae83ecefb74b5b5dd39a6 Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Tue, 4 Jun 2019 17:53:25 +0200 Subject: [PATCH] Add javadoc fix to NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 8925951f3..2a148c1b6 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,10 @@ New features: * New optional parameter `timeout` added to `StartRegistrationOptions` and `StartAssertionOptions` +Bug fixes: + +* Fixed polarity error in javadoc for `RelyingParty.allowUntrustedAttestation` + == Version 1.2.0 ==