Skip to content

Commit aa01906

Browse files
committed
Make CHANGELOG punctuation consistent
1 parent fed19ad commit aa01906

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ project endeavours to adhere to `Semantic Versioning`_.
99
1.0.0 -- 2017-04-01
1010
-------------------
1111

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
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
1414
child processes which contains the name of the process (e.g. ``web.1``,
1515
``worker.2``, etc.)
16-
- ADDED: All subcommands now support ``--no-colour`` and ``--no-prefix`` options
16+
* ADDED: All subcommands now support ``--no-colour`` and ``--no-prefix`` options
1717
to suppress ANSI coloured output and the logging prefix, respectively.
18-
- CHANGED: The Upstart configuration generated by the Upstart exporter no longer
18+
* CHANGED: The Upstart configuration generated by the Upstart exporter no longer
1919
creates a log directory to which to send process output, in favour of relying
2020
on Upstart's built-in job logging support (present since at least Upstart
2121
1.4).
2222

2323
0.7.1 -- 2016-04-13
2424
-------------------
2525

26-
- FIXED: Honcho now correctly pays attention to the ``-f`` argument when
26+
* FIXED: Honcho now correctly pays attention to the ``-f`` argument when
2727
provided before a command, fixing a regression introduced in the previous
2828
version. Thanks to Marc Krull for reporting and fixing.
2929

0 commit comments

Comments
 (0)