summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoe Ranweiler <joe@lemma.co>2020-02-29 10:54:50 -0800
committerJoe Ranweiler <joe@lemma.co>2020-03-03 09:13:36 -0800
commit2ff30d8a5dd423e33cbb9c17526cdf37a90d811c (patch)
tree1d968ff505227bb7e4d2e851ac21044c74bc41a1 /CHANGELOG.md
parent207d892707c0811848a502a4403e50422b2b32b1 (diff)
downloadnix-2ff30d8a5dd423e33cbb9c17526cdf37a90d811c.zip
Derive `Ord`, `PartialOrd` for `Pid`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f28b6f8c..d31a09aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Added `unistd::setfsuid` and `unistd::setfsgid` to set the user or group
identity for filesystem checks per-thread.
(#[1163](https://github.com/nix-rust/nix/pull/1163))
+- Derived `Ord`, `PartialOrd` for `unistd::Pid` (#[1189](https://github.com/nix-rust/nix/pull/1189))
+
### Changed
### Fixed
### Removed