Skip to content

Commit

Permalink
remove documentation references in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Archifer committed Mar 1, 2023
1 parent 043a8bb commit 71c6d62
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can find the full changelog [here](https://developer.onewelcome.com/flutter/

[iOS] Wrapper SDK now uses the latest iOS native SDK 12.1.0

[iOS & Android] The Error Structure has been reworked and extended, the updated documentation containing the details can be found in the chapter Error handling. This rework introduces:
[iOS & Android] The Error Structure has been reworked and extended. This rework introduces:

- More consistency between iOS and Android errors using our Flutter Plugin.
- More specific error codes to give more details on what the error caused.
Expand All @@ -15,21 +15,14 @@ You can find the full changelog [here](https://developer.onewelcome.com/flutter/

[iOS & Android] Full support for Registration with Custom IdP.

[Documentation] The User registration documentation has been updated and extended.

[iOS & Android] Renamed fetchUserProfiles to getUserProfiles to better reflect the functionality from the function.

[iOS & Android] Support for multiple registered users on one device.

[Documentation] There is now documentation describing getAllAuthenticators, getRegisteredAuthenticators, getNotRegisteredAuthenticators, deregisterAuthenticator, setPreferredAuthenticator.

[iOS & Android] Reworked deregisterUser function and updated the documentation.

[Documentation] Clarified the usage of registerAuthenticator.

[iOS & Android] Added getAccessToken getAuthenticatedUserProfile and getRedirectUrl methods.

[Documentation] Added function signatures to the reference guide methods.

### Bug Fixes
[iOS] deregisterUser now successfully deregisters the profile based on the given Id instead of the first registered user on the device.
Expand Down

0 comments on commit 71c6d62

Please sign in to comment.