Skip to content

Commit 7e96529

Browse files
committed
Added combined CHANGELOG entry for PRs 415, 442, and 463
1 parent 0ac31d2 commit 7e96529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2424
### Changed
2525
- The minimum supported version of rustc is now 1.7.0.
2626
([#444](https://github.com/nix-rust/nix/pull/444))
27-
- Implement `Send` for `KEvent`
28-
([#442](https://github.com/nix-rust/nix/pull/442))
2927
- Changed `KEvent` to an opaque structure that may only be modified by its
3028
constructor and the `ev_set` method.
3129
([#415](https://github.com/nix-rust/nix/pull/415))
30+
([#442](https://github.com/nix-rust/nix/pull/442))
31+
([#463](https://github.com/nix-rust/nix/pull/463))
3232
- `pipe2` now calls `libc::pipe2` where available. Previously it was emulated
3333
using `pipe`, which meant that setting `O_CLOEXEC` was not atomic.
3434
([#427](https://github.com/nix-rust/nix/pull/427))

0 commit comments

Comments
 (0)