File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
### 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
+
8
13
### Changed
9
14
### Fixed
10
15
### Removed
@@ -47,10 +52,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
47
52
([ #975 ] ( https://github.com/nix-rust/nix/pull/975 ) )
48
53
- Added ` Error::as_errno ` .
49
54
([ #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 ) )
54
55
55
56
### Changed
56
57
- Increased required Rust version to 1.24.1
You can’t perform that action at this time.
0 commit comments