Explorar o código

Add Python 3 support to changelog

Mike Naberezny %!s(int64=11) %!d(string=hai) anos
pai
achega
8a0d0dc2e5
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      CHANGES.txt

+ 4 - 1
CHANGES.txt

@@ -1,11 +1,14 @@
 4.0.0-dev (Next 4.x Release)
 ----------------------------
 
-- The ``supervisor`` package is no longer a namespace package.
+- Support for Python 3 has been added.  On Python 3, Supervisor requires
+  Python 3.2 or later.
 
 - Support for Python 2.5 has been dropped.  On Python 2, Supervisor
   now requires Python 2.6 or later.
 
+- The ``supervisor`` package is no longer a namespace package.
+
 - Parsing ``environment=`` has been improved to allow escaped quotes
   inside quotes and quoted empty values.  Patch by Stefan Friesel.