Skip to content

Commit 7fa3cfb

Browse files
author
nobody
committed
Fix CHANGELOG
1 parent 4f2ff5c commit 7fa3cfb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77
### Added
8+
- Added support of CString type in `setsockopt`.
9+
([#972](https://github.com/nix-rust/nix/pull/972))
10+
- Added option `TCP_CONGESTION` in `setsockopt`.
11+
([#972](https://github.com/nix-rust/nix/pull/972))
12+
813
### Changed
914
### Fixed
1015
### Removed
@@ -47,10 +52,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4752
([#975](https://github.com/nix-rust/nix/pull/975))
4853
- Added `Error::as_errno`.
4954
([#977](https://github.com/nix-rust/nix/pull/977))
50-
- Added support of CString type in `setsockopt`.
51-
([#972](https://github.com/nix-rust/nix/pull/972))
52-
- Added option `TCP_CONGESTION` in `setsockopt`.
53-
([#972](https://github.com/nix-rust/nix/pull/972))
5455

5556
### Changed
5657
- Increased required Rust version to 1.24.1

0 commit comments

Comments
 (0)