diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2021-03-01 14:26:44 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2021-03-01 17:41:36 +0100 |
| commit | 75bf83fd22a363f4f86c460c22ee71203e684c9b (patch) | |
| tree | 6d49f5aafad84f1f3af0b665262dfae84e21aa70 | |
| parent | 798cb6a91601dfedf9ab1c716ef9e858aa73fe98 (diff) | |
| download | mullvadvpn-75bf83fd22a363f4f86c460c22ee71203e684c9b.tar.xz mullvadvpn-75bf83fd22a363f4f86c460c22ee71203e684c9b.zip | |
Add iOS changelog entry about problem reports
| -rw-r--r-- | ios/CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md index de2ecdd39e..36a1573f2a 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -23,16 +23,23 @@ Line wrap the file at 100 chars. Th ## [Unreleased] +### Added +- Add ability to report a problem inside the app. Sends logs to support. + ### Changed - Migrate to WireGuardKit framework. + +### Fixed - Fix crash when pasting empty string into account input field. - Fix invalid initial text color of "unsecured connection" label on iOS 12. + ## [2020.5] - 2020-11-04 ### Fixed - Fix regression where "Internal error" was displayed instead of server error (i.e too many WireGuard keys) + ## [2020.4] - 2020-09-10 ### Added - Save application logs to file. |
