Prechádzať zdrojové kódy

Mention error handling

Thomas Kluyver 11 rokov pred
rodič
commit
f7b682ee0e
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      doc/releasenotes.rst

+ 3 - 0
doc/releasenotes.rst

@@ -8,3 +8,6 @@ Version 0.2
 * Ability to define multiple shortcuts for one application.
 * Validate config files to produce more helpful errors, thanks to
   `Tom Wallroth <https://github.com/devsnd>`_.
+* Errors starting the application, such as missing libraries, are now written
+  to a log file in the application directory, so you can work out what
+  happened.