From 5415d57d52b21230ddf978fcab39fa9f7dd5a88f Mon Sep 17 00:00:00 2001 From: Yoav Steinberg Date: Sun, 23 Aug 2020 01:11:44 +0300 Subject: [PATCH] Fixed changelog entry. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00be78876c..789c527df4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - Added Netlink protocol families to the `SockProtocol` enum (#[1289](https://github.com/nix-rust/nix/pull/1289)) +- Added `TCP_KEEPCNT` and `TCP_KEEPINTVL` TCP keepalive options. + (#[1283](https://github.com/nix-rust/nix/pull/1283)) ### Changed - Expose `SeekData` and `SeekHole` on all Linux targets (#[1284](https://github.com/nix-rust/nix/pull/1284)) @@ -17,8 +19,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [0.18.0] - 26 July 2020 ### Added -- Added `TCP_KEEPCNT` and `TCP_KEEPINTVL` TCP keepalive options. - (#[1283](https://github.com/nix-rust/nix/pull/1283)) - Added `fchown(2)` wrapper. (#[1257](https://github.com/nix-rust/nix/pull/1257)) - Added support on linux systems for `MAP_HUGE_`_`SIZE`_ family of flags.