Skip to content

Commit a4d7b75

Browse files
committed
Add changelog entries
1 parent 6308ef8 commit a4d7b75

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1616

1717
### Changed
1818
### Fixed
19+
- `lutimes` never worked on OpenBSD as it is not implemented on OpenBSD. It has
20+
been removed. ([#1000](https://github.com/nix-rust/nix/pull/1000))
21+
- `fexecve` never worked on NetBSD or on OpenBSD as it is not implemented on
22+
either OS. It has been removed. ([#1000](https://github.com/nix-rust/nix/pull/1000))
23+
1924
### Removed
2025

2126
## [0.12.0] 2018-11-28

0 commit comments

Comments
 (0)