diff --git a/edmarketconnector.xml b/edmarketconnector.xml
index 21fd6e6b..bb2e2188 100644
--- a/edmarketconnector.xml
+++ b/edmarketconnector.xml
@@ -36,7 +36,7 @@
Attempt to flush any pending EDSM API data when a Journal Shutdown
or
+Fileheader
event is seen. After this, the data is dropped. This ensures
+that, if the user next logs in to a different commander, the data isn't then
+sent to the wrong EDSM account.
Ensure a previous Journal file is fully read/drained before starting +processing of a new one. In particular, this ensures properly seeing the end +of a continued Journal file when opening the continuation file.
+New config options, in a new Privacy
tab, to hide the current Private
+Group, or captain of a ship you're multi-crewing on. These usually appear
+on the Commander
line of the main UI, appended after your commander name,
+with a /
between.
EDO dockable settlement names with +
characters appended will no longer
+cause 'server lagging' reports.
Don't force DEBUG level logging to the
+plain log file
+if --trace
isn't used to force TRACE level logging. This means logging
+to the plain log file will once more respect the user-set Log Level, as in
+the Configuration tab of Settings.
As its name implies, the debug log file +will always contain at least DEBUG level logging, or TRACE if forced.
+New EDMarketConnector option --trace-on ...
to control if certain TRACE
+level logging is used or not. This helps keep the noise down whilst being
+able to have users activate choice bits of logging to help track down bugs.
See Contributing.md for +details.
+Loading of ShipLocker.json
content is now tried up to 5 times, 10ms apart,
+if there is a file loading, or JSON decoding, failure. This should
+hopefully result in the data being loaded correctly if a race condition with
+the game client actually writing to and closing the file is encountered.
config.get_bool('some_str', default=SomeDefault)
will now actually honour
+that specified default.