浏览代码

Add Python 3 support to changelog

Mike Naberezny 11 年之前
父节点
当前提交
8a0d0dc2e5
共有 1 个文件被更改,包括 4 次插入1 次删除
  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.