Skip to content

Commit

Permalink
Adjust the clone entry in the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Aug 27, 2023
1 parent 8011725 commit eace807
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
([#2014](https://github.com/nix-rust/nix/pull/2014))
- Added `SO_TS_CLOCK` for FreeBSD to `nix::sys::socket::sockopt`.
([#2093](https://github.com/nix-rust/nix/pull/2093))
- Made `clone` unsafe, like `fork`

### Changed

Expand Down Expand Up @@ -70,6 +69,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
See ([#2097](https://github.com/nix-rust/nix/pull/2097))
- Refactored `name` parameter of `mq_open` and `mq_unlink` to be generic over
`NixPath`. See ([#2102](https://github.com/nix-rust/nix/pull/2102)).
- Made `clone` unsafe, like `fork`.
([#1993](https://github.com/nix-rust/nix/pull/1993))

### Fixed
- Fix: send `ETH_P_ALL` in htons format
Expand Down

0 comments on commit eace807

Please sign in to comment.