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 committed Nov 16, 2018
1 parent e1a9f4b commit f7e0eab
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 @@ -82,8 +84,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 f7e0eab

Please sign in to comment.