Skip to content

Commit

Permalink
Improve changelog entry for stream/datagram aliases
Browse files Browse the repository at this point in the history
This was introduced in e11498e, where I
added a changelog entry about some internal type changes.

However, the change in question not only changed the internal types but
also added user-facing aliases, so the changelog entry should actually
reflect that instead of talking about some internal chages that are
totally irrelevant to users of ip2unix.

Signed-off-by: aszlig <[email protected]>
  • Loading branch information
aszlig committed Aug 15, 2023
1 parent e332bf5 commit 0ae8d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ 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.

### Changed
- Rule files (`-f`) are now just a list of newline-separated rule (`-r`)
Expand All @@ -26,7 +27,6 @@ The format is based on [Keep a Changelog], and this project adheres to
- Turn into a Nix Flake.
- Improve serializer to be more robust in end-of-stream conditions.
- Bump requirements to require at least GCC version 9.
- Internally use `stream` instead of `tcp` and `datagram` for `udp`.

### Removed
- Badges (eg. LGTM and build status) in README and Hydra.
Expand Down

0 comments on commit 0ae8d4c

Please sign in to comment.