diff options
author | Alan Somers <asomers@gmail.com> | 2021-08-13 17:45:49 -0600 |
---|---|---|
committer | Alan Somers <asomers@gmail.com> | 2021-08-13 17:45:49 -0600 |
commit | 7049d424f19772cd67fb5e6cc86e787e4453d4e5 (patch) | |
tree | fcf7f445b593d7334e694ee9a76567ff3f9df79f /CHANGELOG.md | |
parent | 5495bbce52d3541f90d13e692a1cef34e186e100 (diff) | |
download | nix-7049d424f19772cd67fb5e6cc86e787e4453d4e5.zip |
constify more functions
Constify more functions, since we're raising the MSRV from 1.41.0 to
1.46.0.
Fixes #1477
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c2037cb5..47cd139e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). - Many more functions, mostly contructors, are now `const`. (#[1476](https://github.com/nix-rust/nix/pull/1476)) + (#[1492](https://github.com/nix-rust/nix/pull/1492)) - `sys::event::KEvent::filter` now returns a `Result` instead of being infalliable. The only cases where it will now return an error are cases |