File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ project endeavours to adhere to `Semantic Versioning`_.
6
6
7
7
.. _Semantic Versioning : http://semver.org/
8
8
9
+ 1.0.0 -- 2017-04-01
10
+ -------------------
11
+
12
+ - ADDED: Automatically suppress colouring when the STDOUT is not a TTY.
13
+ - ADDED: Honcho now exposes a HONCHO_PROCESS_NAME environment variable to its
14
+ child processes which contains the name of the process (e.g. ``web.1 ``,
15
+ ``worker.2 ``, etc.)
16
+ - ADDED: All subcommands now support ``--no-colour `` and ``--no-prefix `` options
17
+ to suppress ANSI coloured output and the logging prefix, respectively.
18
+ - CHANGED: The Upstart configuration generated by the Upstart exporter no longer
19
+ creates a log directory to which to send process output, in favour of relying
20
+ on Upstart's built-in job logging support (present since at least Upstart
21
+ 1.4).
22
+
9
23
0.7.1 -- 2016-04-13
10
24
-------------------
11
25
Original file line number Diff line number Diff line change 1
- __version__ = '0.7.1 '
1
+ __version__ = '1.0.0 '
You can’t perform that action at this time.
0 commit comments