Skip to content

Commit

Permalink
Document changes in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Konka committed Jun 25, 2019
1 parent 60d89b8 commit 3bf82cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#1035](https://github.com/nix-rust/nix/pull/1035))
- Now functions `statfs()` and `fstatfs()` return result with `Statfs` wrapper
([#928](https://github.com/nix-rust/nix/pull/928))
- Moved linux-specific scheduler entities in `sched` into a submodule
`sched::sched_linux_like`. ([#1090](https://github.com/nix-rust/nix/pull/1090))

### Fixed
- Enabled `sched_yield` for all nix hosts.
([#1090](https://github.com/nix-rust/nix/pull/1090))

### Removed

## [0.14.1] - 2019-06-06
Expand Down

0 comments on commit 3bf82cf

Please sign in to comment.