diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2020-04-08 12:03:21 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2020-04-09 14:58:32 +0200 |
| commit | 5883974c6790b3b356673282ea2d30f2d3b3e81b (patch) | |
| tree | 97202a601ff0343f382ddb94c8592a9d41a0917c | |
| parent | 53521cc9b55d3dddbfe0be71cd0becc287bf1760 (diff) | |
| download | mullvadvpn-5883974c6790b3b356673282ea2d30f2d3b3e81b.tar.xz mullvadvpn-5883974c6790b3b356673282ea2d30f2d3b3e81b.zip | |
Add changelog to ios/
| -rw-r--r-- | ios/CHANGELOG.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md new file mode 100644 index 0000000000..22b03a8aab --- /dev/null +++ b/ios/CHANGELOG.md @@ -0,0 +1,35 @@ +# Changelog +All changes to the software that can be noticed from the users' perspective should have an entry in +this file. Except very minor things that will not affect functionality, such as log message changes +and minor GUI adjustments. + +### Format + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). + +Entries should have the imperative form, just like commit messages. Start each entry with words like +add, fix, increase, force etc.. Not added, fixed, increased, forced etc. + +Line wrap the file at 100 chars. That is over here -> | + +### Categories each change fall into + +* **Added**: for new features. +* **Changed**: for changes in existing functionality. +* **Deprecated**: for soon-to-be removed features. +* **Removed**: for now removed features. +* **Fixed**: for any bug fixes. +* **Security**: in case of vulnerabilities. + + +## [Unreleased] + + +## [2020.1] - 2020-04-08 +Initial release. Supports... +* Establishing WireGuard tunnels +* Selecting and changing location and servers +* See account expiry +* Purchase more VPN time via in-app purchases +* See the current WireGuard key in use and how long it has been used +* Generate a new WireGuard key to replace the old
\ No newline at end of file |
