Browse Source

Mention error handling

Thomas Kluyver 11 năm trước cách đây
mục cha
commit
f7b682ee0e
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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.