summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-14 21:20:50 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-14 21:20:50 +0100
commit267e5cd9a9cd85c90fe80bdf14fead3923fd5489 (patch)
tree0a69f0657a57eac6870a747e1e3fa22315e3050c /ChangeLog
parente693014c1cf9a5204d54d753640be6bd4f00b195 (diff)
Better behaviour if config fails to load.
Create a default config if any exception is thrown by ::read, and tell the UI so that it can pop up a message to say what has happened.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index efe48eca2..2e05ac7f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-07-14 Carl Hetherington <cth@carlh.net>
+
+ * Use default configuration if the config.xml failed to load;
+ may help with #917.
+
2016-07-12 Carl Hetherington <cth@carlh.net>
* Version 2.9.2 released.