Skip to content

Commit e7a158e

Browse files
committed
Correct description of exitcodes in changelog
1 parent 1465308 commit e7a158e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CHANGES.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@
2020
that file. Thanks to Alex Eftimie and Zoltan Toth-Czifra for the patches.
2121

2222
- The default value for the config file setting ``exitcodes=``, the expected
23-
successful exit codes of a program, has changed. In previous versions, it
24-
was ``0,2``. This caused issues with Golang programs where ``panic()``
25-
causes the exit code to be ``2``. The default value for ``exitcodes``
26-
is now ``0``.
23+
exit codes of a program, has changed. In previous versions, it was ``0,2``.
24+
This caused issues with Golang programs where ``panic()`` causes the exit
25+
code to be ``2``. The default value for ``exitcodes`` is now ``0``.
2726

2827
- An undocumented feature where multiple ``supervisorctl`` commands could be
2928
combined on a single line separated by semicolons has been removed.

0 commit comments

Comments
 (0)