aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2025-10-14 20:57:43 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2025-10-14 20:57:43 +0200
commite04484554b91b593ff3ca112c01b077bbbd5ab3f (patch)
tree2cd8618534d6111f3316a41557ff994a51bc63a5 /CHANGELOG.md
parent2a875d3316091c2310cf5ac4a84af4b953460a30 (diff)
Updated the changelog
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 2d7a3b8..83da27e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ documented in this file.
## [Unreleased] ##
- Added more open flags and changed the code to refer to them by using
enums.
+- Added usage of `unveil()` and `pledge()`. (OpenBSD mitigation
+ techniques, so OpenBSD only.)
- Assured that no conversion loss takes place when dealing with
`time_t` conversions. Multiple occurrences.