Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Conte committed Feb 28, 2020
1 parent f04f9af commit ba9edc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
(#[1185](https://github.com/nix-rust/nix/pull/1185))
- `FsType` inner value made public.
(#[1187](https://github.com/nix-rust/nix/pull/1187))
- 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))
### Changed
### Fixed
### Removed
Expand All @@ -20,9 +23,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Add `CLK_TCK` to `SysconfVar`
- Added `CLK_TCK` to `SysconfVar`
(#[1177](https://github.com/nix-rust/nix/pull/1177))

- Added `unistd::setfsuid` and `unistd::setfsgid` to set the user or group
identity for filesystem checks per-thread.
### Changed
### Fixed
### Removed
Expand Down

0 comments on commit ba9edc2

Please sign in to comment.