Browse Source

Credit the original author of the signal patch

Mike Naberezny 10 years ago
parent
commit
63a2a7fc11
1 changed files with 5 additions and 4 deletions
  1. 5 4
      CHANGES.txt

+ 5 - 4
CHANGES.txt

@@ -29,11 +29,12 @@
   it.  See https://github.com/Supervisor/supervisor/pull/129.  Patch by Igor
   Sobreira.
 
-- Added ``signalProcess`` and ``signalGroups`` XML-RPC methods to supervisor
-  RPC interface.  Thanks to @moriyoshi and @msabramo for patches.
+- Added ``signalProcess`` and ``signalGroup`` XML-RPC methods to supervisor
+  RPC interface.  Thanks to Casey Callendrello, Marc Abramowitz, and
+  Moriyoshi Koizumi for the patches.
 
-- Added ``signal`` command to supervisorctl.  Thanks to @moriyoshi and
-  @msabramo for patches.
+- Added ``signal`` command to supervisorctl.  Thanks to Moriyoshi Koizumi and
+  Marc Abramowitz for the patches.
 
 3.1.1 (2014-08-11)
 ------------------