summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmanieu d'Antras <amanieu@gmail.com>2020-08-22 21:21:33 +0100
committerAmanieu d'Antras <amanieu@gmail.com>2020-08-22 21:22:14 +0100
commit0139b7da21cdf0369b82456b62820c4e2a4a426c (patch)
treef7ab72e9ec06394c99677f363338108fab0d31c7
parent344c3c7e7a4a46b3d99a43950742132bcd0ed706 (diff)
downloadnix-0139b7da21cdf0369b82456b62820c4e2a4a426c.zip
Add changelog entry
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc2aeebd..5a45317d 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 `SeekHole` on all Linux targets
+(#[1284](https://github.com/nix-rust/nix/pull/1284))
### Fixed
### Removed