Explorar el Código

Add Supervisor 3.3.0 release date to Supervisor 4 changelog

Mike Naberezny hace 9 años
padre
commit
3b7dcd4972
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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