소스 검색

Added release notes for version 2.2

Nicholas H.Tollervey 7 년 전
부모
커밋
01fc028490
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      doc/releasenotes.rst

+ 11 - 0
doc/releasenotes.rst

@@ -1,6 +1,17 @@
 Release notes
 =============
 
+Version 2.2
+-----------
+
+* Ensure that if an icon is specified it will be used during install and
+  uninstall, and as the icon for the installer itself (:ghpull:`143`).
+* Add handling of a license file. If a `license_file` is given in the
+  `Application` section of the configuration file an additional step will take
+  place before installation to check the user's agreement to abide by the
+  displayed license. If the license is not given, the extra step is omitted
+  (the default behaviour) (:ghpull:`143`).
+
 Version 2.1
 -----------