Skip to content

Commit

Permalink
Add missing note about backwards-incompatible change
Browse files Browse the repository at this point in the history
  • Loading branch information
nickstenning committed Feb 7, 2015
1 parent ab0b81d commit 894cf87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Unreleased
exporters and honcho itself).
* CHANGED: Supervisor exports now sets PORT environment variable consistently
with other exporters and the rest of honcho.
* CHANGED: Supervisor export now takes a directory as the location parameter on
the command line, e.g. ``honcho export supervisord /etc/supervisord.d``, thus
making the use consistent with other exporters. N.B. This is a
backwards-incompatible change!
* FIXED: Addressed numerous text encoding bugs.
* FIXED: Honcho exporters can now be used on Python 3.2
* FIXED: Honcho no longer crashes when all processes are made ``--quiet``.

0 comments on commit 894cf87

Please sign in to comment.