Skip to content

Commit

Permalink
CHANGELOG: move entry from nix-rust#884 from 0.11.0 to unreleased whe…
Browse files Browse the repository at this point in the history
…re it belongs.
  • Loading branch information
mpasternacki authored and levex committed Dec 3, 2018
1 parent 69a1ee3 commit 858190f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]

### Added
- Added `FromStr` and `Display` impls for `nix::sys::Signal`
([#884](https://github.com/nix-rust/nix/pull/884))
- Added a `sync` wrapper.
([#961](https://github.com/nix-rust/nix/pull/961))
- Added a `sysinfo` wrapper.
Expand Down Expand Up @@ -83,8 +85,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#857](https://github.com/nix-rust/nix/pull/857))
- Added `request_code_write_int!` on FreeBSD/DragonFlyBSD
([#833](https://github.com/nix-rust/nix/pull/833))
- Added `FromStr` and `Display` impls for `nix::sys::Signal`
([#884](https://github.com/nix-rust/nix/pull/884))

### Changed
- `Display` and `Debug` for `SysControlAddr` now includes all fields.
Expand Down

0 comments on commit 858190f

Please sign in to comment.