diff options
author | Alan Somers <asomers@gmail.com> | 2019-01-15 09:36:43 -0700 |
---|---|---|
committer | Alan Somers <asomers@gmail.com> | 2019-01-15 09:36:43 -0700 |
commit | a586900f9e10670a9dae74ab1172bd88ee6fb8fc (patch) | |
tree | 8d7391d0864618c0b2748c2e8a06a91303c7d9db /CHANGELOG.md | |
parent | f74befca6ecd2c3f58643180bdbb824dadf923a6 (diff) | |
download | nix-a586900f9e10670a9dae74ab1172bd88ee6fb8fc.zip |
Prepare for release 0.13.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a49686a9..8e29f995 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Added +### Changed +### Fixed +### Removed + +## [0.13.0] - 2019-01-15 +### Added - Added PKTINFO(V4) & V6PKTINFO cmsg support - Android/FreeBSD/iOS/Linux/MacOS. ([#990](https://github.com/nix-rust/nix/pull/990)) -### Added - Added support of CString type in `setsockopt`. ([#972](https://github.com/nix-rust/nix/pull/972)) - Added option `TCP_CONGESTION` in `setsockopt`. |