Mike Naberezny 9 лет назад
Родитель
Сommit
5b44eed2aa
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      CHANGES.txt

+ 3 - 3
CHANGES.txt

@@ -11,9 +11,6 @@
 - Environment variables are now expanded for all config file options.
 - Environment variables are now expanded for all config file options.
   Patch by Dexter Tad-y.
   Patch by Dexter Tad-y.
 
 
-- Errors caused by bad values in a config file now show the config section
-  to make debugging easier.  Patch by Marc Abramowitz.
-
 - Added ``signalProcess``, ``signalProcessGroup``, and ``signalAllProcesses``
 - Added ``signalProcess``, ``signalProcessGroup``, and ``signalAllProcesses``
   XML-RPC methods to supervisor RPC interface.  Thanks to Casey Callendrello,
   XML-RPC methods to supervisor RPC interface.  Thanks to Casey Callendrello,
   Marc Abramowitz, and Moriyoshi Koizumi for the patches.
   Marc Abramowitz, and Moriyoshi Koizumi for the patches.
@@ -21,6 +18,9 @@
 - Added ``signal`` command to supervisorctl.  Thanks to Moriyoshi Koizumi and
 - Added ``signal`` command to supervisorctl.  Thanks to Moriyoshi Koizumi and
   Marc Abramowitz for the patches.
   Marc Abramowitz for the patches.
 
 
+- Errors caused by bad values in a config file now show the config section
+  to make debugging easier.  Patch by Marc Abramowitz.
+
 - Setting ``redirect_stderr=true`` in an `[eventlistener:x]`` section is now
 - Setting ``redirect_stderr=true`` in an `[eventlistener:x]`` section is now
   disallowed because any messages written to ``stderr`` would interfere
   disallowed because any messages written to ``stderr`` would interfere
   with the eventlistener protocol on ``stdout``.
   with the eventlistener protocol on ``stdout``.