From 70f0d35cdb4e7f458c2186243cefb9a71f7d7290 Mon Sep 17 00:00:00 2001 From: Iurii Date: Mon, 21 Jan 2019 06:16:55 +0300 Subject: [PATCH] update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e255c9d..b19cf30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### 0.3.9 + +- **Add**: `allowableReuseDuration` variable to `BiometricsService` which is a wrapper for touchIDAuthenticationAllowableReuseDuration. +- **Add**: individual `isTouchIdSupported` variable to `BiometricsService` to indicate if TouchId can be used. +- **Add**: `clear` function to `BiometricsService` so the context can be refreshed. +- **Update**: Documentations. + ### 0.3.8 - **Fixed**: `SwiftValidator` fork moved to TouchInstinct repo, the used one is removed. Version number is downgraded to `4.0.2` to avoid collision when the original pod will update.