Skip to content

Commit

Permalink
CHANGELOG: Fix redundand wording for "Add..."
Browse files Browse the repository at this point in the history
The section already is called "Addded", so adding (pun not intended)
another "Add" in front of the items is redundant.

Signed-off-by: aszlig <[email protected]>
  • Loading branch information
aszlig committed Aug 16, 2023
1 parent 0b802c9 commit d3b1b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ The format is based on [Keep a Changelog], and this project adheres to
- Unlink socket file before `bind` if `SO_REUSEADDR` is used.
- Support for Linux abstract sockets.
- Support for matching an existing Unix domain socket or abstract socket.
- Add `stream`/`datagram` aliases for `tcp`/`udp` socket types.
- Add flag to prevent unlinking of socket files when closing sockets.
- `stream`/`datagram` aliases for `tcp`/`udp` socket types.
- Flag to prevent unlinking of socket files when closing sockets.

### Changed
- Rule files (`-f`) are now just a list of newline-separated rule (`-r`)
Expand Down

0 comments on commit d3b1b42

Please sign in to comment.