summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authori509VCB <git@i509.me>2022-08-23 17:05:19 -0500
committeri509VCB <git@i509.me>2022-09-07 22:00:38 -0500
commitcf15c2bb5505231bc3128ef61522336e315e2169 (patch)
treec646f122c6be352495bc584c25ebbee2931b58af /CHANGELOG.md
parent1eb589f26fe4b56ce799e05d3b5fb527729cffdf (diff)
downloadnix-cf15c2bb5505231bc3128ef61522336e315e2169.zip
expose memfd on freebsd
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9aabc244..5891b412 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
([#1804](https://github.com/nix-rust/nix/pull/1804))
- Added `line_discipline` field to `Termios` on Linux, Android and Haiku
([#1805](https://github.com/nix-rust/nix/pull/1805))
+- Expose the memfd module on FreeBSD (memfd was added in FreeBSD 13)
+ ([#1808](https://github.com/nix-rust/nix/pull/1808))
### Changed