From 56b455061da54567b472305f8eeb1e155abc22c2 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Sat, 22 Aug 2020 21:21:33 +0100 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc2aeebde5..25a8d85118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Added - Added Netlink protocol families to the `SockProtocol` enum (#[1289](https://github.com/nix-rust/nix/pull/1289)) -### Added ### Changed +- Expose `SeekData` and `SeedHole` on all Linux targets +(#[1284](https://github.com/nix-rust/nix/pull/1284)) ### Fixed ### Removed