summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2021-08-13 17:45:49 -0600
committerAlan Somers <asomers@gmail.com>2021-08-13 17:45:49 -0600
commit7049d424f19772cd67fb5e6cc86e787e4453d4e5 (patch)
treefcf7f445b593d7334e694ee9a76567ff3f9df79f /CHANGELOG.md
parent5495bbce52d3541f90d13e692a1cef34e186e100 (diff)
downloadnix-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.md1
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