Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Jul 3, 2024
1 parent 5f9cbef commit 1d2cada
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## [0.4.2] - 2024-04-22
## [0.4.2] - 2024-07-03

### Changed
### Fixed

- `FD_CLOEXEC` bit mask definition fixed. The wrong definition effectively lead to `close-on-exec` flag not being set for all `listen_fds`.
- fixed `listen_fds` to use the right value of `FD_CLOEXEC`

## [0.4.1] - 2022-08-31

Expand Down

0 comments on commit 1d2cada

Please sign in to comment.