From f0897a3e013e8ad3e693288f82757068b4ce08f2 Mon Sep 17 00:00:00 2001 From: Stefan Mitterrutzner Date: Tue, 22 Jun 2021 23:20:15 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7527740f..be8a2eb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog for DP3T-SDK iOS ## Version 2.4.0 (30.04.2021) -- adds methods which allows to seperatly ask for user consent from sending the keys to the backend (DP3TTracing.requestTEKPermission and DP3TTracing.sendTEKs) +- adds methods which allows to separately ask for user consent from sending the keys to the backend (DP3TTracing.requestTEKPermission and DP3TTracing.sendTEKs) - fixes retain cycle - fixes typo (renames permissonError to permissionError)