diff --git a/CHANGELOG.md b/CHANGELOG.md index 655fd75..7513f05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`)