summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRoss Light <ross@zombiezen.com>2020-04-14 10:04:10 -0700
committerRoss Light <ross@zombiezen.com>2020-04-14 10:04:10 -0700
commitbcfcf823c4aa930101b5274b877f1ac166a43584 (patch)
tree9a8b8299248a3368b027f3d4987d7591c275ad59 /CHANGELOG.md
parent4a101ae9be49cdf71aed995467501c18b152feb8 (diff)
downloadnix-bcfcf823c4aa930101b5274b877f1ac166a43584.zip
Add PR reference to CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd70a670..d0889bda 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
(#[1163](https://github.com/nix-rust/nix/pull/1163))
- Derived `Ord`, `PartialOrd` for `unistd::Pid` (#[1189](https://github.com/nix-rust/nix/pull/1189))
- Added `select::FdSet::fds` method to iterate over file descriptors in a set.
+ (#[#1207](https://github.com/nix-rust/nix/pull/1207))
### Changed
- Changed `fallocate` return type from `c_int` to `()` (#[1201](https://github.com/nix-rust/nix/pull/1201))