浏览代码

Add changelog note for supervisorctl without supervisord.conf

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

+ 4 - 0
CHANGES.txt

@@ -4,6 +4,10 @@ Next release
 - Fixed a bug where parsing ``command=`` could cause supervisord to crash if
   shlex.split() fails, such as a bad quoting.  Patch by Scott Wilson.
 
+- It is now possible to use ``supervisorctl`` on a machine with no
+  ``supervisord.conf`` file by supplying the connection information in
+  command line options.  Patch by Jens Rantil.
+
 3.0b1 (2012-09-10)
 ------------------