Skip to content

Commit

Permalink
CHANGELOG: move #1100 (this) to unreleased after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwern committed Sep 17, 2019
1 parent e480d1e commit 2a30f35
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Added `NixPath::is_empty`.
([#1107](https://github.com/nix-rust/nix/pull/1107))

- Add `clock_gettime`, `clock_settime`, `clock_getres`
([#1100](https://github.com/nix-rust/nix/pull/1100))

### Changed
- `Signal::from_c_int` has been replaced by `Signal::try_from`
([#1113](https://github.com/nix-rust/nix/pull/1113))
Expand Down Expand Up @@ -66,8 +69,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#1058](https://github.com/nix-rust/nix/pull/1058))
- Add `renameat`.
([#1097](https://github.com/nix-rust/nix/pull/1097))
- Add `clock_gettime`, `clock_settime`, `clock_getres`
([#1100](https://github.com/nix-rust/nix/pull/1100))

### Changed
- Support for `ifaddrs` now present when building for Android.
Expand Down

0 comments on commit 2a30f35

Please sign in to comment.