diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2022-03-21 17:31:24 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2022-03-25 10:14:30 +0100 |
| commit | d6aa361f5e0fc9280c70548a54c5379ce18c4c1a (patch) | |
| tree | 17aa8b64183df84e2110b919833ca52ba949b868 | |
| parent | 601c9873c57259e008d8adc9cc57ffb88691d49a (diff) | |
| download | mullvadvpn-d6aa361f5e0fc9280c70548a54c5379ce18c4c1a.tar.xz mullvadvpn-d6aa361f5e0fc9280c70548a54c5379ce18c4c1a.zip | |
Update changelog
| -rw-r--r-- | ios/CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md index 6b18d854f1..59e0e12f6f 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -32,6 +32,9 @@ Line wrap the file at 100 chars. Th - Delete leftover settings in Keychain during login. WireGuard keys will be removed from server too if old settings can be read. This is usually the case when uninstalling the app and then reinstalling it without logging out first. +- Validate account token before charging user (in-app purchases). Safeguards from trying to add + credits on accounts that no longer exist on our backend. Usually the case with newly created + accounts that went stale. ## [2022.1] - 2022-02-15 |
