diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-03-02 13:22:34 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-03-02 19:59:14 +0100 |
| commit | 95ef601623c6d28af536982ab1821666764ea6fa (patch) | |
| tree | 21195d433d8e5da025c8833edd92200a29d28bd1 | |
| parent | 668e0c6ed9778fe06c13d6586d13dbffcb70635f (diff) | |
| download | mullvadvpn-95ef601623c6d28af536982ab1821666764ea6fa.tar.xz mullvadvpn-95ef601623c6d28af536982ab1821666764ea6fa.zip | |
Add feature to changelog
| -rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d54b3718e6..ced8e0f99f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,15 +14,25 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [Unreleased] +### Added +- Add `--disable-rpc-auth` flag to daemon to make it accept unauthorized control. + +### Fixed +- Fix a bug in account input field that advanced the cursor to the end regardless its prior + position. + +## [2018.1] - 2018-03-01 ### Changed -- Redact all account numbers in the account number history from problem reports instead of only the currently logged in one. +- Redact all account numbers in the account number history from problem reports instead of only the + currently logged in one. ### Fixed - Increase a timeout for problem report collection to fix a timeout error on slower machines. - Fix a memory leak in the problem report collection routine. -- Fix an issue when viewing a problem report brought up a dialog to choose the application to open the file. -- Fix a bug in account input field that advanced the cursor to the end regardless its prior position. +- Fix an issue when viewing a problem report brought up a dialog to choose the application to open + the file. + ## [2018.1-beta10] - 2018-02-13 ### Added |
