Skip to content

Commit d8fc27d

Browse files
committed
CHANGELOG: move #1100 (this) to unreleased after rebase
1 parent 3090a0b commit d8fc27d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1212
- Added `NixPath::is_empty`.
1313
([#1107](https://github.com/nix-rust/nix/pull/1107))
1414

15+
- Add `clock_gettime`, `clock_settime`, `clock_getres`
16+
([#1100](https://github.com/nix-rust/nix/pull/1100))
17+
1518
### Changed
1619
- `Signal::from_c_int` has been replaced by `Signal::try_from`
1720
([#1113](https://github.com/nix-rust/nix/pull/1113))
@@ -66,8 +69,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6669
([#1058](https://github.com/nix-rust/nix/pull/1058))
6770
- Add `renameat`.
6871
([#1097](https://github.com/nix-rust/nix/pull/1097))
69-
- Add `clock_gettime`, `clock_settime`, `clock_getres`
70-
([#1100](https://github.com/nix-rust/nix/pull/1100))
7172

7273
### Changed
7374
- Support for `ifaddrs` now present when building for Android.

0 commit comments

Comments
 (0)