浏览代码

Update Supervisor 4 changelog with 3.1.3 release

Mike Naberezny 10 年之前
父节点
当前提交
4b342ac479
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      CHANGES.txt

+ 3 - 0
CHANGES.txt

@@ -36,6 +36,9 @@
 - Added ``signal`` command to supervisorctl.  Thanks to Moriyoshi Koizumi and
   Marc Abramowitz for the patches.
 
+3.1.3 (2014-10-28)
+------------------
+
 - Fixed an XML-RPC bug where the ElementTree-based parser handled strings
   like ``<value><string>hello</string></value>`` but not strings like
   ``<value>hello</value>``, which are valid in the XML-RPC spec.  This