소스 검색

Document recent additions

Closes gh-97
Thomas Kluyver 8 년 전
부모
커밋
64c673cce9
2개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      doc/cfgfile.rst
  2. 7 0
      doc/releasenotes.rst

+ 2 - 0
doc/cfgfile.rst

@@ -21,6 +21,8 @@ Application section
 
   The publisher name that shows up in the *Add or Remove programs* control panel.
 
+  .. versionadded:: 1.10
+
 .. describe:: entry_point
 
    The function to launch your application, in the format ``module:function``.

+ 7 - 0
doc/releasenotes.rst

@@ -1,6 +1,13 @@
 Release notes
 =============
 
+Version 1.10
+------------
+
+* New optional field ``publisher``, to provide a publisher name in the uninstall
+  list.
+* The uninstall information in the registry now also includes ``DisplayVersion``.
+
 Version 1.9
 -----------