Skip to content

Commit

Permalink
Fix CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody committed Dec 6, 2018
1 parent 4f2ff5c commit 7fa3cfb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
- Added support of CString type in `setsockopt`.
([#972](https://github.com/nix-rust/nix/pull/972))
- Added option `TCP_CONGESTION` in `setsockopt`.
([#972](https://github.com/nix-rust/nix/pull/972))

### Changed
### Fixed
### Removed
Expand Down Expand Up @@ -47,10 +52,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#975](https://github.com/nix-rust/nix/pull/975))
- Added `Error::as_errno`.
([#977](https://github.com/nix-rust/nix/pull/977))
- Added support of CString type in `setsockopt`.
([#972](https://github.com/nix-rust/nix/pull/972))
- Added option `TCP_CONGESTION` in `setsockopt`.
([#972](https://github.com/nix-rust/nix/pull/972))

### Changed
- Increased required Rust version to 1.24.1
Expand Down

0 comments on commit 7fa3cfb

Please sign in to comment.