Skip to content

Commit 3f9548a

Browse files
Merge #973
973: CHANGELOG: move entry from #884 from 0.11.0 to [Unreleased] r=asomers a=mpasternacki PR #884 added changelog entry in section for 0.11.0, which has been already released, instead of in the [Unreleased] section (which wasn't present yet). Moved the entry where it belongs. Co-authored-by: Maciej Pasternacki <[email protected]>
2 parents e1a9f4b + f7e0eab commit 3f9548a

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
@@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
## [Unreleased]
77

88
### Added
9+
- Added `FromStr` and `Display` impls for `nix::sys::Signal`
10+
([#884](https://github.com/nix-rust/nix/pull/884))
911
- Added a `sync` wrapper.
1012
([#961](https://github.com/nix-rust/nix/pull/961))
1113
- Added a `sysinfo` wrapper.
@@ -82,8 +84,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8284
([#857](https://github.com/nix-rust/nix/pull/857))
8385
- Added `request_code_write_int!` on FreeBSD/DragonFlyBSD
8486
([#833](https://github.com/nix-rust/nix/pull/833))
85-
- Added `FromStr` and `Display` impls for `nix::sys::Signal`
86-
([#884](https://github.com/nix-rust/nix/pull/884))
8787

8888
### Changed
8989
- `Display` and `Debug` for `SysControlAddr` now includes all fields.

0 commit comments

Comments
 (0)