Explorar o código

Mention changes to msvcrt inclusion in release notes

Thomas Kluyver %!s(int64=8) %!d(string=hai) anos
pai
achega
485660fb42
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      doc/releasenotes.rst

+ 10 - 0
doc/releasenotes.rst

@@ -1,6 +1,16 @@
 Release notes
 =============
 
+Version 1.9
+-----------
+
+* The C Runtime needed for bundled Python is now installed 'app-local', rather
+  than downloading and installing Windows Update packages at install time. This
+  is considerably simpler, but the app-local runtime will not be updated by
+  Windows Update. A new ``include_msvcrt`` config option allows the developer to
+  exclude the app-local runtime - their applications will then depend on the
+  runtime being installed systemwide.
+
 Version 1.8
 -----------