Skip to content

Commit

Permalink
Change CHANGELOG.md to imperative mood
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanruth committed Feb 21, 2024
1 parent 4c9117f commit 5596a90
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,22 @@ What changed in mapiproxy, per version

## mapiproxy NEXTVERSION - YYYY-MM-DD

- The use of colors can now be configured with --color=always|never|auto.
- Add option --color=always|never|auto to control the use of color escapes.
'Auto' is 'on' on terminals, 'off' otherwise.

- Colorize text, digits and whitespace in binary output. This makes it easier
to match the hex codes on the left to the characters on the right.

- Raw IPv6 addresses are now allowed in LISTEN_ADDR and FORWARD_ADDR: `[::1]:50000`.
- Support raw IPv6 addresses in LISTEN_ADDR and FORWARD_ADDR, between square brackets.
For example, `[::1]:50000`.

- Clean up Unix sockets when Control-C is pressed.


## mapiproxy 0.5.1 - 2024-02-16

- no user visible changes, release only because v0.5.1-alpha.1
exists on crates.io.
- This release only exists because a version v0.5.1-alpha.1
was uploaded to crates.io as an experiment.


## mapiproxy 0.5.0 - 2024-02-16
Expand Down

0 comments on commit 5596a90

Please sign in to comment.