diff --git a/doc/release-notes.md b/doc/release-notes.md --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -6,3 +6,6 @@ - Add the `-walletdir` option to configure the directory in which the wallet files are stored. An absolute path should be used. - Add the `-debuglogfile` option to change the path of the debug log file. + - Fix issue where bitcoin-qt fails to launch for Qt versions >=5.11 + - Minimum supported version of gcc bumped to 4.8.0 + - Several minor bug fixes