diff --git a/CHANGELOG.md b/CHANGELOG.md index 9480cd5cea..b433a10b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ([#921](/~https://github.com/nix-rust/nix/pull/921)) - Added support for `SCM_CREDENTIALS`, allowing to send process credentials over Unix sockets. ([#923](/~https://github.com/nix-rust/nix/pull/923)) +- Added `kmod` module that allows loading and unloading kernel modules on Linux. + ([#930](/~https://github.com/nix-rust/nix/pull/930)) ### Changed - Increased required Rust version to 1.22.1/