Skip to content

Commit

Permalink
Rename changelog section
Browse files Browse the repository at this point in the history
  • Loading branch information
magicant committed Oct 9, 2021
1 parent 598f6a6 commit d1dcaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -10,7 +10,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
added `SigSet::iter` and `SigSetIter`.
(#[1553](https://github.com/nix-rust/nix/pull/1553))

### Removed
### Changed

- Removed `SigSet::extend` in favor of `<SigSet as Extend<Signal>>::extend`.
Because of this change, you now need `use std::iter::Extend` to call `extend`
Expand Down

0 comments on commit d1dcaee

Please sign in to comment.