소스 검색

Mention error handling

Thomas Kluyver 11 년 전
부모
커밋
f7b682ee0e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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.