Skip to content

Commit 685fc58

Browse files
committed
Add changelog entries
1 parent 6308ef8 commit 685fc58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

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

1717
### Changed
1818
### Fixed
19+
1920
### Removed
21+
- Removed `lutimes` on OpenBSD as it is not implemented on OpenBSD.
22+
([#1000](https://github.com/nix-rust/nix/pull/1000))
23+
- Removed `fexecve` on NetBSD and OpenBSD. Although rust-lang/libc includes it
24+
(under `unix/bsd/netbsdlike/`) `fexecve` is not currently implemented on NetBSD
25+
nor on OpenBSD. ([#1000](https://github.com/nix-rust/nix/pull/1000))
2026

2127
## [0.12.0] 2018-11-28
2228

0 commit comments

Comments
 (0)