소스 검색

Update changelog

Mike Naberezny 14 년 전
부모
커밋
9e0d7b7b13
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      CHANGES.txt

+ 3 - 0
CHANGES.txt

@@ -1,6 +1,9 @@
 Next release
 ------------
 
+- The ``pid`` command in supervisorctl can now be used to retrieve the PIDs
+  of child processes.  See ``help pid``.  Patch by Gregory Wisniewski.
+
 - Added a new ``host_node_name`` expansion that will be expanded to the 
   value returned by Python's ``platform.node`` (see
   http://docs.python.org/library/platform.html#platform.node).