Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-cook-self committed Jun 2, 2022
1 parent 7168bbd commit b5a8b34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file.
## [2.2.0] - 2020-02-10
## Changed
- iOS
+ Fixed compatability issue with XCode 12
+ Added optional passcode fallback for iOS devices when FaceID or TouchID fails and the device has a passcode set.
+ Added `fallbackPromptMessage` to `simplePrompt`. This controls the message that is shown when FaceID or TouchID has failed and the prompt falls back to the device passcode for authentication.
- Android
+ Upgraded androidx.biomtric 1.1.0
+ Upgraded androidx.biometric 1.1.0
* Added `allowDeviceCredentials` option, for android devices, to `isSensorAvailable`, `createSignature` and `simplePrompt`. This option is only affects devices running API 30 or greater. Devices running API 29 or less cannot support device credentials when performing crypto based authentication. See https://developer.android.com/reference/androidx/biometric/BiometricPrompt.PromptInfo.Builder#setAllowedAuthenticators(int)
+ Updated `build.gradle` file to avoid unnecessary downloads and potential conflicts when the library is included as a module dependency in an application project.

Expand Down

0 comments on commit b5a8b34

Please sign in to comment.