summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md16
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