aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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.