소스 검색

Add Supervisor 3.3.0 release date to Supervisor 4 changelog

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

+ 3 - 0
CHANGES.txt

@@ -24,6 +24,9 @@
   a file included via ``[include]``, it will expand to the directory of
   that file.  Thanks to Alex Eftimie and Zoltan Toth-Czifra for the patches.
 
+3.3.0 (2016-05-14)
+------------------
+
 - ``supervisord`` will now use ``kqueue``, ``poll``, or ``select`` to monitor
   its file descriptors, in that order, depending on what is available on the
   system.  Previous versions used ``select`` only and would crash with the error