summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-10-02 11:19:48 +0200
committerLinus Färnstrand <linus@mullvad.net>2017-10-02 11:19:48 +0200
commit76f09bb917eee616f55de849f94d975120b3eb05 (patch)
tree27be46c8c81cc3c8ef6314cbda9ada69e0921f86
parent6179d6c18cd9e508b7341d5a28e4f9f987043b66 (diff)
parentb3145dc95b1795b6d9b8e2e1f9cc91285d052b40 (diff)
downloadmullvadvpn-76f09bb917eee616f55de849f94d975120b3eb05.tar.xz
mullvadvpn-76f09bb917eee616f55de849f94d975120b3eb05.zip
Merge branch 'add-changelog'
-rw-r--r--CHANGELOG.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000000..a710c238a9
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,34 @@
+# Changelog
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
+
+### 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]
+
+
+## [2017.1-beta2] - 2017-09-27
+### Added
+- Support for removing the account number from the CLI.
+
+### Changed
+- Improved logging in the frontend in case of backend communication failure.
+
+### Fixed
+- Fix logout bug not removing the account number correctly.
+- Don't show city and country in the frontend when tunnel is not connected.
+- Don't try to automatically establish a tunnel from the frontend if the login failed.
+
+
+## [2017.1-beta1] - 2017-09-27
+### Added
+- Initial closed beta release. Can set up a tunnel and protect against leaks on macOS.